Skip to content

Instantly share code, notes, and snippets.

@fredbegin11
Created October 18, 2018 16:44
Show Gist options
  • Select an option

  • Save fredbegin11/fdc8c427cb338e4647807fd1efe58262 to your computer and use it in GitHub Desktop.

Select an option

Save fredbegin11/fdc8c427cb338e4647807fd1efe58262 to your computer and use it in GitHub Desktop.
const object1 = { key: "value" }
const object2 = { key: "value" }
object1 === object2 // false
object1 === object1 // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment