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

The smallest number possible in JavaScript is:

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