Skip to content

Instantly share code, notes, and snippets.

@fredbegin11
Created October 16, 2018 01:48
Show Gist options
  • Select an option

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

Select an option

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