Last active
April 9, 2020 03:07
-
-
Save lenoraporter/db97eba3b32b2ee68cd80e661d1f91fd to your computer and use it in GitHub Desktop.
Const properties can be updated or mutated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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