Skip to content

Instantly share code, notes, and snippets.

@ufocoder
Created October 21, 2018 11:55
Show Gist options
  • Select an option

  • Save ufocoder/22f876430c23c66d1e8e7875ca0567bb to your computer and use it in GitHub Desktop.

Select an option

Save ufocoder/22f876430c23c66d1e8e7875ca0567bb to your computer and use it in GitHub Desktop.
var x = NaN;
console.log(x == NaN); // false
console.log(x === NaN); // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment