Created
November 17, 2018 20:03
-
-
Save JeffML/92a829e3ee9c7a2d4c05e37b75e44d7a to your computer and use it in GitHub Desktop.
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 stuff = { | |
isWombat: true, | |
sugar: ["in the morning", "in the evening", "at suppertime"] | |
} | |
instance.newStuff = stuff; | |
instance.getStuff(); | |
instance.newStuff.sugar = ["You are my candy, girl", "and you keep me wanting you"]; | |
instance.getStuff(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment