mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
update docs to mention native 'reduce' -- but it's JS 1.8, not 1.6
This commit is contained in:
@@ -87,11 +87,9 @@
|
||||
functional suspects: <b>map</b>, <b>select</b>, <b>invoke</b> —
|
||||
as well as more specialized helpers: function binding, javascript
|
||||
templating, deep equality testing, and so on. It delegates to built-in
|
||||
functions, if present, so
|
||||
<a href="https://developer.mozilla.org/en/New_in_JavaScript_1.6">JavaScript 1.6</a>
|
||||
compliant browsers will use the
|
||||
native implementations of <b>forEach</b>, <b>map</b>, <b>filter</b>,
|
||||
<b>every</b>, <b>some</b> and <b>indexOf</b>.
|
||||
functions, if present, so modern browsers will use the
|
||||
native implementations of <b>forEach</b>, <b>map</b>, <b>reduce</b>,
|
||||
<b>filter</b>, <b>every</b>, <b>some</b> and <b>indexOf</b>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user