This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.



Smartphone icons created by Freepik - Flaticon

JS Math.max()

This example returns the highest number in a list of number arguments:

document.getElementById("demo").innerHTML = Math.max(1,2,3);