Skip to content

Instantly share code, notes, and snippets.

@woat
Created January 6, 2018 08:29
Show Gist options
  • Save woat/3db856288c75eaca2c4f47b593968137 to your computer and use it in GitHub Desktop.
Save woat/3db856288c75eaca2c4f47b593968137 to your computer and use it in GitHub Desktop.
const Person = {
name: "Mario",
age: "22",
brother: "Luigi",
food: "Mushrooms"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment