math max
Returns the largest number from the supplied values.
console.log(Math.max(1, 23, -2, 2));
copy
Returns the largest number from the supplied values.
console.log(Math.max(1, 23, -2, 2));
copy