English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
MIN_SAFE_INTEGERproperty represents the minimum safe integer in JavaScript ( - (2 53 - 1()).
Since MIN_SAFE_INTEGER is a static property of Number, you should always use it asNumber.MIN_SAFE_INTEGER, rather than using it as an attribute of the Number object created.
Number.MIN_SAFE_INTEGER
Number.MIN_SAFE_INTEGER;Test and see‹/›
MIN_SAFE_INTEGER property is fully supported by all browsers:
Properties | |||||
MIN_SAFE_INTEGER | Yes | Yes | Yes | Yes | Yes |
Writable: | None |
---|---|
Enumerable: | None |
Configurable: | None |
Return value: | A number-9007199254740991 |
JavaScript Version: | ECMAScript 1 |