Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maxkoretskyi/e60b8fb1d0b06200574a1bd06217dd16 to your computer and use it in GitHub Desktop.
Save maxkoretskyi/e60b8fb1d0b06200574a1bd06217dd16 to your computer and use it in GitHub Desktop.
All comparison operations return `false`
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