Underscore.js it is
JavaScript library and contains more than 60 methods.
1)
Underscore.js simplifies the work with collections, arrays:
• sort items
• search for items
• retooling elements
• intersection of arrays
• and other features ...
2)
Underscore.js simplifies the check for equality of objects:
• compares objects by values
• is it a function
• and other features ...
3)
Underscore.js contains other useful methods