Math.max (args... )
args...
Zero or more values. Prior to ECMAScript v3, this method expects exactly two arguments.
The largest of the arguments. Returns -Infinity if there are no arguments. Returns NaN if any of the arguments is NaN or is a nonnumeric value that cannot be converted to a number.