This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Math.min() returns the lowest value in a list of arguments:
document.getElementById("demo").innerHTML = Math.min(0, 150, 30, 20, -8, -200);