Skip to content

Instantly share code, notes, and snippets.

@piq9117
Last active August 30, 2016 05:26
Show Gist options
  • Save piq9117/19a5c9d85487a55b1b22591dc37875d2 to your computer and use it in GitHub Desktop.
Save piq9117/19a5c9d85487a55b1b22591dc37875d2 to your computer and use it in GitHub Desktop.
const devs = {
'developer1': {
name: 'ken',
hairColor: 'black',
iceCreamFlavor: '',
favoriteFood: [
'apple',
'chips',
'car'
]
},
'developer2': {
name: 'tony',
hairColor: 'blonde',
iceCreamFlavor: '',
favoriteFood: [
'bacon',
'siomai'
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment