Skip to content

Instantly share code, notes, and snippets.

@leslie-alldridge
Last active March 16, 2019 20:50
Show Gist options
  • Save leslie-alldridge/665b05830a255cdb98cff45d3a080974 to your computer and use it in GitHub Desktop.
Save leslie-alldridge/665b05830a255cdb98cff45d3a080974 to your computer and use it in GitHub Desktop.
Data structure example
const data = {
houses: [{
1: 'big house',
2: 'small house',
3: 'medium house'
}],
people:[{
1: {
name: 'bethanie',
age: '22',
region: 'wellington'
},
2: 'leslie',
3: 'burt'
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment