Computes the minimum value of array. If array is empty or falsey undefined is returned.
array
undefined
Returns the minimum value.
Computes the minimum value of
array
. Ifarray
is empty or falseyundefined
is returned.