Zum Inhalt springen

Underscore.js

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 22. Juni 2013 um 12:11 Uhr durch Mortense (Diskussion | Beiträge) (Space between quantity and unit (ref: MOS:UNITS, section "Unit symbols") - " " is a non-breaking space.). Sie kann sich erheblich von der aktuellen Version unterscheiden.

Vorlage:Infobox software

Underscore 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's _.each function delegates to the host environment's native forEach implementation when present, or a compatible version when absent. The documentation refers to Underscore as "the tie to go along with jQuery's tux, and Backbone.js's suspenders." Underscore was created by Jeremy Ashkenas, who is also known for Backbone.js and CoffeeScript.[1]

References

Vorlage:Reflist

See also

Portal: Free software – Übersicht zu Wikipedia-Inhalten zum Thema Free software

Vorlage:JS templating Vorlage:Prog-lang-stub

  1. Vorlage:Cite