Skip to content

Instantly share code, notes, and snippets.

@timwhitlock
Created August 2, 2010 11:14
Show Gist options
  • Save timwhitlock/504493 to your computer and use it in GitHub Desktop.
Save timwhitlock/504493 to your computer and use it in GitHub Desktop.
isNaN(NaN); // true
NaN == NaN; // false
typeof NaN; // "number"
@subtleGradient
Copy link

Makes perfect sense to me ;)

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