Skip to content

Instantly share code, notes, and snippets.

@wteuber
Created August 20, 2013 12:41
Show Gist options
  • Save wteuber/6280859 to your computer and use it in GitHub Desktop.
Save wteuber/6280859 to your computer and use it in GitHub Desktop.
JS large numbers "WHAT?"
/*This will alert 'WHAT?':*/
if (100000000000000001 === 100000000000000000) { alert('WHAT?'); }
@seajones
Copy link

Lovely bit of gotcha code. I was like 'WHAT?' - which was obviously the point!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment