Lodash


Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.

History

Lodash draws most of its ideas from Underscore.js and now receives maintenance from the original contributors to Underscore.js.
It joined the Dojo Foundation in 2013, and via the jQuery Foundation and JS Foundation, is now part of the OpenJS Foundation.

Summary

Lodash is a JavaScript library that helps programmers write more concise and maintainable JavaScript.
It can be broken down into several main areas:
It has had multiple releases, so not all functions are available in all implementations. For example, _.chunk has only been available since version 3.0.0.