MIN_VALUE < Number < JavaScript
The Number MIN_VALUE static property represents the smallest positive numeric value representable in JavaScript.
console.log(Number.MIN_VALUE);
// 5e-324
The Number MIN_VALUE static property represents the smallest positive numeric value representable in JavaScript.
console.log(Number.MIN_VALUE);
// 5e-324