Comment on Ask HN: What is the coolest JS library out there?Comments−danso13yunderscore.js has so many useful helper functions while being lightweight and unobtrusive:http://underscorejs.org/−re_todd13yI discovered underscore.js recently, I really like it as well. After learning a little functional programming, it is cool to see things like map, contains, select, etc. brought into JavaScript in an easy-to-use way.−impostervt13yMay want to check out lodashhttps://github.com/bestiejs/lodash
Comments
underscore.js has so many useful helper functions while being lightweight and unobtrusive:
http://underscorejs.org/
I discovered underscore.js recently, I really like it as well. After learning a little functional programming, it is cool to see things like map, contains, select, etc. brought into JavaScript in an easy-to-use way.
May want to check out lodash
https://github.com/bestiejs/lodash