Y
Hacker News
new
|
ask
|
show
|
jobs
by
untog
4721 days ago
Yes.. I do understand why extending the base Array object in JS is deeply frowned upon but at the same time I often wish that these sort of extensions were on the Array object. It feels clunky to use them otherwise.
1 comments
buu700
4720 days ago
You should check out Sugar, by far my favourite standard JS lib to use in any complex project:
http://sugarjs.com/
link