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 1 year ago