Created
May 31, 2020 19:41
-
-
Save trblackw/f2ee4c37b9f05430fe3866037df7eef0 to your computer and use it in GitHub Desktop.
This file contains 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
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