abbr.minute minute;minuto (Portuguese or Spanish=minute) (Portuguese or Spanish) minute;minority minority;miniature small
javascript min() method syntax
Function:Returns the number with the lowest value among the specified numbers.
Syntax:Math.min(x,y)
Parameters:x 0 or more values. Prior to ECMASCript v3, this method had only two parameters.
Return:Return the smallest value among the parameters. If there are no parameters, Infinity is returned. If an argument is NaN, or a non-numeric value that cannot be converted to a number, NaN is returned.