Tags: Programming Language.

Underscore.js is a JavaScript library which provides utility functions for common JavaScript tasks. It is comparable to features provided by Prototype.js and the Ruby language but opts for a functional programming design instead of extending object prototypes. For example Underscore.js’s _.each function delegates to the host environment’s native forEach implementation when present or a compatible version when absent.

Loading...

This page contains content from the copyrighted Wikipedia article "Underscore.js"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.