Math
Min

_.min(array)

Computes the minimum value of array. If array is empty or falsey, undefined is returned.

Arguments

array (Array): The array to iterate over.

Returns

(number): Returns the mean.

Example

Deep