English 中文(简体)
Underscore.JS - Discussion
  • 时间:2024-11-05

Underscore.JS - Discussion


Previous Page Next Page  

Underscore.JS is a popular javascript based pbrary which provides 100+ functions to faciptate web development. It provides helper functions pke map, filter, invoke as well as function binding, javascript templating, deep equapty checks, creating indexes and so on. Underscore.JS can be used directly inside a browser and also with Node.js. Working with objects using JavaScript can be quite challenging, specifically if you have lots of manipulation to be done with them. Underscore comes with lots of features that eases your work with objects.

Advertisements