Appearance
min(array) → number · Math
min(array) → number
Find the minimum value in a numeric array.
array
{ lowest: min([3, 1, 4, 1, 5, 9]) // 1 }