Skip to content

Instantly share code, notes, and snippets.

@trblackw
Created May 31, 2020 19:41
Show Gist options
  • Save trblackw/f2ee4c37b9f05430fe3866037df7eef0 to your computer and use it in GitHub Desktop.
Save trblackw/f2ee4c37b9f05430fe3866037df7eef0 to your computer and use it in GitHub Desktop.
state = {
name: "Bob",
age: 24,
hobbies: ["swimming", "hiking"],
background: {
jobs: ["mechanic", "bank teller"],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment