Skip to content

Commit fc1443b

Browse files
committed
[guide] add link on perf of array iteration methods
1 parent 688ef3c commit fc1443b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2620,6 +2620,7 @@ Other Style Guides
26202620
- [jQuery Find vs Context, Selector](http://jsperf.com/jquery-find-vs-context-sel/13)
26212621
- [innerHTML vs textContent for script text](http://jsperf.com/innerhtml-vs-textcontent-for-script-text)
26222622
- [Long String Concatenation](http://jsperf.com/ya-string-concat)
2623+
- [Are Javascript functions like `map()`, `reduce()`, and `filter()` optimized for traversing arrays?](https://www.quora.com/JavaScript-programming-language-Are-Javascript-functions-like-map-reduce-and-filter-already-optimized-for-traversing-array/answer/Quildreen-Motta)
26232624
- Loading...
26242625
26252626
**[⬆ back to top](#table-of-contents)**

0 commit comments

Comments
 (0)