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