escape_.escape(string) Escapes a string for insertion into HTML, replacing &, <, >, "
zip_.zip(*arrays) Merges together the values of each of the arrays with the values at the corresponding position. Useful when
uniqueId_.uniqueId([prefix]) Generate a globally-unique id for client-side models or DOM elements that need one. If prefix
extendOwn_.extendOwn(destination, *sources) Alias: assign Like extend, but only copies own
indexBy_.indexBy(list, iteratee, [context]) Given a list, and an iteratee function that returns a key for each element
isUndefined_.isUndefined(value) Returns true if value is undefined.
create_.create(prototype, props) Creates a new object with the given prototype, optionally attaching props as own properties
findKey_.findKey(object, predicate, [context]) Similar to _
isNaN_.isNaN(object) Returns true if object is NaN. Note: this is not the same as the native isNaN
pairs_.pairs(object) Convert an object into a list of [key, value] pairs.
Page 7 of 12