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