Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created January 15, 2020 14:32
Show Gist options
  • Save indreklasn/769de2ffeb3034308a565701f7290752 to your computer and use it in GitHub Desktop.
Save indreklasn/769de2ffeb3034308a565701f7290752 to your computer and use it in GitHub Desktop.
let name = "indrek"
name = "Adam"
const family = { name: "John"}
name = family.name
console.log(name); // "John"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment