Created
October 12, 2016 07:11
-
-
Save maxkoretskyi/e60b8fb1d0b06200574a1bd06217dd16 to your computer and use it in GitHub Desktop.
All comparison operations return `false`
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 === NaN | |
NaN > NaN | |
NaN < NaN | |
NaN > 3 | |
NaN < 3 | |
NaN === 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment