Last active
October 25, 2017 15:34
-
-
Save igbanam/a65fc518ce2eae1626d098dca5be3a4a to your computer and use it in GitHub Desktop.
Javascript Symptoms — NaN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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