Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Max() Syntax, Parameters and Note

Note: Evaluates two numbers and returns the larger one.      Syntax:      Math.max(param1, param2) Parameters:     param1   Required; the first number.     param2   Required; the second number.