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

Smartphone icons created by Freepik - Flaticon

JavaScript Numbers

The NEGATIVE_INFINITY Property

NEGATIVE_INFINITY is returned on overflow:

let x = -1 / 0;
document.getElementById("demo").innerHTML = x;