Returns the max value of the given array
Optional
the array to calculate
the max value of the given array
max([1, 2, 3]); // 3 Copy
max([1, 2, 3]); // 3
Returns the max value of the given array