Skip to content

Instantly share code, notes, and snippets.

@m98
Last active April 6, 2017 23:19
Show Gist options
  • Save m98/5eab8aff49b75bc5a440b8a718809645 to your computer and use it in GitHub Desktop.
Save m98/5eab8aff49b75bc5a440b8a718809645 to your computer and use it in GitHub Desktop.
var n1 = 11111111111111111;
var n2 = 11111111111111111 + 1;
console.log(n1 === n2); //true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment