Number Static Property
Number.MAX_SAFE_INTEGER
(numeric constant) (2^53 - 1
) limit for max safe precision for FP64
Number.MIN_SAFE_INTEGER
(numeric constant) -(2^53-1) limit for min safe precision for FP64
Number.MAX_VALUE
(numeric constant) for max possible rep number
Number.MIN_VALUE
(numeric constant) for min possible rep number