Max gets the greatest value from a list
max([ 2, 3, 5]) == 5max([{ num: 1 }, { num: 2 }], x =\> x.num) == { num: 2 }@public Copy
max([ 2, 3, 5]) == 5max([{ num: 1 }, { num: 2 }], x =\> x.num) == { num: 2 }@public
Max gets the greatest value from a list