Skip to content
Related Articles
Open in App
Not now

Related Articles

Underscore.js Functions Complete Reference

Improve Article
Save Article
Like Article
  • Last Updated : 24 Nov, 2021
Improve Article
Save Article
Like Article

Underscore.js is a lightweight JavaScript library and not a complete framework that was written by Jeremy Ashkenas that provides utility functions for a variety of use cases in our day-to-day common programming tasks.

Underscore provides a number of functions that can be applied to the elements.  These include the ability to bind a function to an object, wrap a function inside another function, memorize a given function by caching the result computed by the function, apply partially a function by filling in any number of its arguments, without changing its dynamic value and many other wonderful functionalities. 

The complete reference for underscore functions is provided below:

My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!