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

Smartphone icons created by Freepik - Flaticon

JS Math.min()

Math.min() returns the lowest value in a list of arguments:

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