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