[See this question for more information.](http://stackoverflow.com/questions/307179/what-is-javascripts-highest-integer-value-that-a-number-can-go-to-without-losin)
– PointyMay 25 '15 at 12:24
1 Answers1
4
The number is lost, as it is to large to be representable exactly in JavaScript's Number type (it is a IEEE 754 double):