mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
added a false case for the isObject test documentation
This commit is contained in:
@@ -1233,6 +1233,8 @@ _.isUndefined(window.missingVariable);
|
|||||||
<pre>
|
<pre>
|
||||||
_.isObject({});
|
_.isObject({});
|
||||||
=> true
|
=> true
|
||||||
|
_.isObject('am I an object?');
|
||||||
|
=> false
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2 id="utility">Utility Functions</h2>
|
<h2 id="utility">Utility Functions</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user