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