MIN_SAFE_INTEGER < Number < JavaScript
The Number MIN_SAFE_INTEGER static property represents the minimum safe integer in JavaScript, or -(253 - 1).
console.log(Number.MIN_SAFE_INTEGER);
// -9007199254740991
The Number MIN_SAFE_INTEGER static property represents the minimum safe integer in JavaScript, or -(253 - 1).
console.log(Number.MIN_SAFE_INTEGER);
// -9007199254740991