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 POSITIVE_INFINITY Property

let x = Number.POSITIVE_INFINITY;
document.getElementById("demo").innerHTML = x;