Skip to content

Instantly share code, notes, and snippets.

@draeton
Created December 7, 2011 21:17
Show Gist options
  • Save draeton/1444703 to your computer and use it in GitHub Desktop.
Save draeton/1444703 to your computer and use it in GitHub Desktop.
NaN and implicit type conversion
console.log(NaN == true); // false
console.log(NaN == false); // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment