Skip to content

Instantly share code, notes, and snippets.

@JeffML
Created November 17, 2018 20:03
Show Gist options
  • Save JeffML/92a829e3ee9c7a2d4c05e37b75e44d7a to your computer and use it in GitHub Desktop.
Save JeffML/92a829e3ee9c7a2d4c05e37b75e44d7a to your computer and use it in GitHub Desktop.
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