Number.MIN_SAFE_INTEGER MIN_SAFE_INTEGER — Returns the minimum safe integer. Description Number.MIN_SAFE_INTEGER Examples Example #1 – MIN_SAFE_INTEGER example Runconsole.log(Number.MIN_SAFE_INTEGER); // -9007199254740991 External references Mozilla: Number.MIN_SAFE_INTEGER property