Skip to content

Instantly share code, notes, and snippets.

@lenoraporter
Last active April 9, 2020 03:07
Show Gist options
  • Save lenoraporter/db97eba3b32b2ee68cd80e661d1f91fd to your computer and use it in GitHub Desktop.
Save lenoraporter/db97eba3b32b2ee68cd80e661d1f91fd to your computer and use it in GitHub Desktop.
Const properties can be updated or mutated
const theeStallionProfile = {
name: "Megan Pette",
stageName: "Megan Thee Stallion",
situationShip: "MoneyBagYo",
pets: {
name: "4oe",
breed: "French Bulldog"
}
}
theStallionProfile.situationShip = "Trey Songz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment