Skip to content

Instantly share code, notes, and snippets.

@Sergioamjr
Created May 22, 2021 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sergioamjr/357cada0ebde28957c22bbd8bc358b0d to your computer and use it in GitHub Desktop.
Save Sergioamjr/357cada0ebde28957c22bbd8bc358b0d to your computer and use it in GitHub Desktop.
1 === 1; // true;
"batman" === "batman"; // true;
false === false; // true;
{} === {}; // false;
[] === []; // false;
() => {} === () => {}; //false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment