Number.MIN_SAFE_INTEGER

Term side of the Card
Topic: Number
Unit title: Number.MIN_SAFE_INTEGER
Categories: Constant
Explanation side of the Card

Explanation: The constant that defines the smallest safe integer and can be accurately represented in JavaScript without losing precision, which is -9007199254740991. Numbers smaller than this may lose accuracy.

Browser compatibility:
  • The chrome browser supports this feature starting from version 34
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 31
  • The safari browser supports this feature starting from version 9
Availability: