Skip to content

Instantly share code, notes, and snippets.

@jasonswett
Created May 20, 2019 19:12
Show Gist options
  • Save jasonswett/f3d77979eec1492c688f2ec0b93c11d0 to your computer and use it in GitHub Desktop.
Save jasonswett/f3d77979eec1492c688f2ec0b93c11d0 to your computer and use it in GitHub Desktop.
[
{
name: 'Hamburger',
price: 10
},
{
name: 'Cheeseburger',
price: 11
},
{
name: 'Small Fry',
price: 2
},
{
name: 'Large Fry',
price: 2.5
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment