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