Skip to content

Commit

Permalink
adding docs about isObject
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed May 14, 2012
1 parent 4b0b3a5 commit a4414ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -1149,7 +1149,8 @@ <h2 id="objects">Object Functions</h2>
<p id="isObject">
<b class="header">isObject</b><code>_.isObject(value)</code>
<br />
Returns <i>true</i> if <b>value</b> is an Object.
Returns <i>true</i> if <b>value</b> is an Object. Note that JavaScript
arrays and functions are objects, while (normal) strings and numbers are not.
</p>
<pre>
_.isObject({});
Expand Down

0 comments on commit a4414ce

Please sign in to comment.