max(num1,num2)
Description
max() takes two numbers as parameters and returns the one that is bigger
Parameters
max() takes two numbers as parameters
Usage
log max(5,2)
// 5
Last updated
Was this helpful?
max() takes two numbers as parameters and returns the one that is bigger
max() takes two numbers as parameters
log max(5,2)
// 5
Last updated
Was this helpful?