Skip to content

Commit 319ca25

Browse files
committed
Add Underscore.js footnote
1 parent fb597b2 commit 319ca25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: chapters/arrays/shuffling-array-elements.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,10 @@ objects you don’t own][dontown]; [Extending built-in native objects. Evil or n
9797
operator (`?=`). That way, we don't overwrite someone else's, or a native browser method.
9898

9999
Also, if you think you'll be using a lot of these utility functions, consider using a
100-
utility library, like [Lo-dash](http://lodash.com/). They include a lot of nifty
100+
utility library, like [Lo-dash](http://lodash.com/)^†. They include a lot of nifty
101101
features, like maps and forEach, in a cross-browser, lean, high-performance way.
102102

103+
^† [Underscore](http://underscorejs.org/) is also a good alternative to Lo-dash.
104+
103105
[dontown]: http://www.nczonline.net/blog/2010/03/02/maintainable-javascript-dont-modify-objects-you-down-own/
104106
[extendevil]: http://perfectionkills.com/extending-built-in-native-objects-evil-or-not/

0 commit comments

Comments
 (0)