Skip to content

Instantly share code, notes, and snippets.

@katepapineni
Created July 23, 2020 16:13
Show Gist options
  • Save katepapineni/ff27f4636d54ed3b9e9867fa191cbc70 to your computer and use it in GitHub Desktop.
Save katepapineni/ff27f4636d54ed3b9e9867fa191cbc70 to your computer and use it in GitHub Desktop.
// What's the output?
console.log(NaN == NaN);
console.log(NaN === NaN);
console.log(Number.isNaN(NaN));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment