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

Wikidata facts

Official website
underscorejs.org
Show 8 more facts
source code repository URL
github.com/jashkenas/underscore
copyright license
MIT License
programmed in
Q2005
software version identifier
1.13.8
publication date
2009-00-00
software quality assurance
continuous integration
operating system
cross-platform
Sources (5)

via Wikidata · CC0

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