Skip to content

Instantly share code, notes, and snippets.

@jkhaui
Created January 24, 2022 03:57
Show Gist options
  • Save jkhaui/ded0f1bc46b77ffed3533b8e4702dcd4 to your computer and use it in GitHub Desktop.
Save jkhaui/ded0f1bc46b77ffed3533b8e4702dcd4 to your computer and use it in GitHub Desktop.
const a = {
a: 1
};
const b = {
a: 1
}
console.log(a===b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment