-
Lodash is a toolkit of Javascript functions that provides clean, performant methods for manipulating objects and collections. https://lodash.com/
-
It is a "fork" of the Underscore library, http://underscorejs.org/ and provides additional functionality as well as some serious performance improvements.
Methods available for:
- Iterating arrays, objects, & strings
- Manipulating & testing values
- Creating composite functions