Skip to content

Instantly share code, notes, and snippets.

@mwbrooks
Forked from brianleroux/number-wtf.js
Created February 12, 2010 22:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwbrooks/303033 to your computer and use it in GitHub Desktop.
Save mwbrooks/303033 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