Skip to content

Instantly share code, notes, and snippets.

@alenvlahovljak
Created August 28, 2020 10:18
Show Gist options
  • Save alenvlahovljak/92a697da233435b47f7f4138841fd191 to your computer and use it in GitHub Desktop.
Save alenvlahovljak/92a697da233435b47f7f4138841fd191 to your computer and use it in GitHub Desktop.
How does Abstract Equality Comparison work?
var number = 42;
var array = [42];
if (number == array) console.log("It works. Is this a magic?");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment