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

Underscore.js

Sign in to save

Also known as Underscore

JavaScript-Bibliothek

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 · Deutsch

Underscore.js oder kurz Underscore (für engl. Unterstrich) ist eine freie JavaScript-Bibliothek mit Hilfsfunktionen für alltägliche JavaScript-Aufgaben.Es wurde 2009 von Jeremy Ashkenas (Backbone.js, CoffeeScript) als Werkzeugsammlung für Container-Operationen auf Arrays und Objekten sowie von JavaScript-Funktionen geschaffen.Der Name der Bibliothek rührt vom für sie reservierten globalen Objekt _ (Underscore ist englisch für das Zeichen Unterstrich) analog zum Objekt $ in jQuery her. Underscore folgt dem Paradigma der funktionalen Programmierung und baut komplexe Operationen durch Komposition einfacher Funktionen auf. Dafür verzichtet es auf die ansonsten in JavaScript oft genutzte Erweiterung der Objekt-Prototypen zugunsten einer durchgehenden Hilfsklassen-Semantik.

Abstract from DBpedia / Wikipedia · CC BY-SA