Created
May 20, 2019 19:12
-
-
Save jasonswett/f3d77979eec1492c688f2ec0b93c11d0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
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