August 2006
Intermediate to advanced
1018 pages
34h 13m
English
Math.min( ): return the smallest argument — ECMAScript v1; enhanced in ECMAScript v3
Math.min(args...)args...
Any number of arguments. Prior to ECMAScript v3, this function expects exactly two arguments.
The smallest of the specified arguments. Returns Infinity if there are no arguments.
Returns NaN if any argument is
NaN or is a nonnumeric value
that cannot be converted to a number.
Read now
Unlock full access