Skip to content
Underscore
EntityQ4052375· pop 13· linked from 91 articles

Underscore

Sign in to save

Underscore.js is a JavaScript library which provides utility functions for common programming 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. The documentation refers to Underscore.js as "the tie to go along with jQuery's tux, and Backbone.js' suspenders." Underscore.js was created by Jeremy Ashkenas, who is also known for Backbone.js and CoffeeScript.

Key facts

Software.name
Underscore.js
Software.logo
Underscore.png
Software.logo size
250px
Software.developer
Jeremy Ashkenas, Julian Gonggrijp
Software.programming language
JavaScript
Software.size
7.5 KB production68 KB development
Software.genre
JavaScript library
Software.license
MIT

via Wikipedia infobox

Source code

Underscore.js is a utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects.

Excerpt from the source-code README · 1,822 chars · not written by Vinony

Article · Русский

Underscore — библиотека JavaScript, реализующая дополнительную функциональность для работы с массивами, объектами и функциями, изначально отсутствующую в javascript, но имеющую аналоги в других языках. Библиотека умеет делегировать вызовы, если какая-то функциональность реализована разработчиками браузеров.

Abstract from DBpedia / Wikipedia · CC BY-SA