Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created February 12, 2010 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brianleroux/302832 to your computer and use it in GitHub Desktop.
Save brianleroux/302832 to your computer and use it in GitHub Desktop.
typeof NaN === 'number' // true
Infinity === 1/0 // true
0.1 + 0.2 === 0.3 // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment