mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
@@ -1235,6 +1235,13 @@ _([1, 2, 3]).value();
|
|||||||
another type, if you're setting properties with names like "concat" and
|
another type, if you're setting properties with names like "concat" and
|
||||||
"charCodeAt". So be aware.
|
"charCodeAt". So be aware.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
In a similar fashion, <tt>_.each</tt> and all of the other functions
|
||||||
|
based on it are designed to be able to iterate over any Array-like
|
||||||
|
JavaScript object, including <tt>arguments</tt>, NodeLists, and more.
|
||||||
|
Passing hash-like objects with a numeric <tt>length</tt> key won't work.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h2>Links & Suggested Reading</h2>
|
<h2>Links & Suggested Reading</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user