now_.now() Returns an integer timestamp for the current time, using the fastest method available in the runtime. Useful for implementing
toArray_.toArray(list) Creates a real Array from the list (anything that can be iterated over). Useful for transmuting the
noConflict_.noConflict() Give control of the _ variable back to its previous owner. Returns a reference to the Underscore
min_.min(list, [iteratee], [context]) Returns the minimum value in list. If an iteratee function is provided, it will
isError_.isError(object) Returns true if object inherits from an Error.
negate_.negate(predicate) Returns a new negated version of the predicate function.
uniq_.uniq(array, [isSorted], [iteratee]) Alias: unique Produces a duplicate-free version of the
invert_.invert(object) Returns a copy of the object where the keys have become the values and the values the keys. For this
findIndex_.findIndex(array, predicate, [context]) Similar to _
wrap_.wrap(function, wrapper) Wraps the first function inside of the wrapper function, passing it as the first argument
Page 11 of 12