Guest User

Untitled

a guest
Oct 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // tested with chrome console and Node.js 0.6
  2.  
  3. x = 9007199254740992
  4. 9007199254740992
  5.  
  6. x = 9007199254740993
  7. 9007199254740992 <-- WTF?
  8.  
  9. x = 9007199254740994
  10. 9007199254740994
Add Comment
Please, Sign In to add comment