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()

Math.max() returns the highest value in a list of arguments.

document.getElementById("demo").innerHTML =
Math.max(0, 150, 30, 20, -8, -200);