memoize_.memoize(function, [hashFunction]) Memoizes a given function by caching the computed result. Useful for speeding up
throttle_.throttle(function, wait, [options]) Creates and returns a new, throttled version of the passed function, that, when invoked
min_.min(list, [iteratee], [context]) Returns the minimum value in list. If an iteratee function is provided, it will
Page 12 of 12