Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Underscore.js Array Complete Reference

Improve Article
Save Article
Like Article
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.

Array is a single variable that is used to store different elements. It is often used when we want to store list of elements and access them by a single variable. Underscore.js provides a wide range of array functions that are used to manipulate the given array values.

My Personal Notes arrow_drop_up
Last Updated : 26 Feb, 2021
Like Article
Save Article
Similar Reads
Related Tutorials