May 2011
Intermediate to advanced
1096 pages
40h 54m
English
Math.max() — return the largest argument
Math.max(args...)
args...Zero or more values.
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.
Read now
Unlock full access