Skip to main content

Diigo Home

Underscore.js - The Diigo Meta page

documentcloud.github.com/underscore - Cached

This link has been bookmarked by 20 people . It was first bookmarked on 28 Oct 2009, by Javier Neira.

  • 08 Dec 09
  • 30 Nov 09
  • 08 Nov 09
  • 02 Nov 09
  • 31 Oct 09
    ycc2106
    yuppi c

    Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.
    Collections
    each, map, reduce, detect, select, reject, all, any, include, invoke, pluck, max, min, sortBy, sortedIndex, toArray, size

    Arrays
    first, last, compact, flatten, without, uniq, intersect, zip, indexOf, lastIndexOf

    Functions
    bind, bindAll, delay, defer, wrap, compose

    Objects
    keys, values, extend, clone, isEqual, isElement, isArray, isFunction, isUndefined

    Utility
    noConflict, identity, uniqueId, template

    javascript lib webdev basic functions

  • 30 Oct 09
    khanshahzad4u
    Shahzad Khan

    Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.

    javascript

  • sessy2
    Karoly Sz

    Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.

    javascript

  • melofab
    Oeil-de-nuit -_-

    "Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.

    Underscore provides 45-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so JavaScript 1.6 compliant browsers will use the native implementations of forEach, map, filter, every, some and indexOf."

    javascript toolkit web development

  • 29 Oct 09
  • mongolito404
    mongolito 404

    Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.

    javascript library functional

  • timeuser
    timeuser

    Underscore is a utility-belt library for Javascript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in Javascript objects. It's the tie to go along with jQuery's tux.

    Underscore provides 44-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so Javascript 1.6 compliant browsers will use the native implementations of forEach, map, filter, every, some and indexOf.

    javascript

  • 28 Oct 09
    atreyu_bbb
    Javier Neira

    Underscore is a utility-belt library for Javascript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in Javascript objects. It's the tie to go along with jQuery's tux.

    javascript functional library underscore