Sunday, January 8, 2017

Lodash.js: JavaScript utility library

It is a modern JavaScript utility library to perform different operations on arrays, numbers, objects, strings and etc.

Underscore.JS and Lo-Dash provide similar functionality. Lo-Dash is a super-set of Underscore.JS. It provides everything that Underscore does, along with a few additional helper functions.

Lodash offers

1. Short hand syntaxes for chaining
2. Custom builds to only use what you need
3. Cross browser functionality
4. Semantic versioning
5. Extra functionality compare to underscore.js
6. Performance gains
7. Continuous improvement to Lo-dash library

You can download complete utility functions from: https://lodash.com/

Happy Coding :)

No comments:

Post a Comment