Skip to content

Instantly share code, notes, and snippets.

@igbanam
Last active October 25, 2017 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igbanam/a65fc518ce2eae1626d098dca5be3a4a to your computer and use it in GitHub Desktop.
Save igbanam/a65fc518ce2eae1626d098dca5be3a4a to your computer and use it in GitHub Desktop.
Javascript Symptoms — NaN
NaN # This is a "thing"
NaN == NaN # => false
NaN === NaN # => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment