Returns the maximum value of an array.
The array
const result = Chalkboard.stat.max([-1, 5, 3]); // Returns 5 Copy
const result = Chalkboard.stat.max([-1, 5, 3]); // Returns 5
Returns the maximum value of an array.