size_.size(list) Return the number of values in the list.
min_.min(list, [iteratee], [context]) Returns the minimum value in list. If an iteratee function is provided, it will
toArray_.toArray(list) Creates a real Array from the list (anything that can be iterated over). Useful for transmuting the
findWhere_.findWhere(list, properties) Looks through the list and returns the first value that matches all of the key-value
countBy_.countBy(list, iteratee, [context]) Sorts a list into groups and returns a count for the number of objects in each group
Page 3 of 3