The Number MIN_SAFE_INTEGER static property represents the minimum safe integer in JavaScript, or -(253 - 1).

    
    console.log(Number.MIN_SAFE_INTEGER);
    // -9007199254740991