Computes the maximum of the numbers.
maximum
numbers
The array to iterate over.
The maximum value.
1.0.0
max([1, 2, 3]); // => 3 Copy
max([1, 2, 3]); // => 3
Computes the
maximum
of thenumbers
.