lodash

lodash is a powerful array manipulation library that makes it easy to filter and manipulate objects and arrays in JavaScript.

lodash Reference Documentation

Please check out the documentation at the link above to see features of this powerful library.

Among things that are available:

  • Filtering of lists
  • Easy Item removal based on filters
  • Shifting elements around
  • Convert objects to arrays and vice versa
  • camelCase strings
  • padding and trimming of strings
  • Debounce events by delaying operation by n milliseconds
  • Chain function calls
  • Memoizing functions (caching results)

Usage

Add the lodash script to your page at the bottom of the HTML document:

<script src="~/bower_components/lodash/lodash.min.js"></script>

© West Wind Technologies, 1996-2024 • Updated: 02/01/16
Comment or report problem with topic