min_.min(list, [iteratee], [context]) Returns the minimum value in list. If an iteratee function is provided, it will
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
toArray_.toArray(list) Creates a real Array from the list (anything that can be iterated over). Useful for transmuting the
max_.max(list, [iteratee], [context]) Returns the maximum value in list. If an iteratee function is provided, it will
Page 3 of 3