Skip to content

Instantly share code, notes, and snippets.

@alfredfrancis
Last active April 30, 2020 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredfrancis/6b569c1c503605e0f3099e830dafef9d to your computer and use it in GitHub Desktop.
Save alfredfrancis/6b569c1c503605e0f3099e830dafef9d to your computer and use it in GitHub Desktop.
Refference JSON for Javascript array functions tutorial
[{
"title": "Brown eggs",
"category": "dairy",
"price": 28.1,
"rating": 4
}, {
"title": "Sweet fresh stawberry",
"category": "fruit",
"price": 29.45,
"rating": 4
}, {
"title": "Asparagus",
"category": "vegetable",
"price": 18.95,
"rating": 3
}, {
"title": "Green smoothie",
"category": "dairy",
"price": 17.68,
"rating": 4
}, {
"title": "Raw legums",
"category": "vegetable",
"price": 17.11,
"rating": 2
}, {
"title": "Baking cake",
"category": "dairy",
"price": 11.14,
"rating": 4
}, {
"title": "Pesto with basil",
"category": "vegetable",
"price": 18.19,
"rating": 2
}, {
"title": "Hazelnut in black ceramic bowl",
"category": "vegetable",
"price": 27.35,
"rating": 0
}, {
"title": "Fresh stawberry",
"category": "fruit",
"price": 28.59,
"rating": 4
}, {
"title": "Lemon and salt",
"category": "fruit",
"price": 15.79,
"rating": 5
}, {
"title": "Homemade bread",
"category": "bakery",
"price": 17.48,
"rating": 3
}, {
"title": "Legums",
"category": "vegetable",
"price": 14.77,
"rating": 0
}, {
"title": "Fresh tomato",
"category": "vegetable",
"price": 16.3,
"rating": 2
}, {
"title": "Healthy breakfast",
"category": "fruit",
"price": 13.02,
"rating": 2
}, {
"title": "Green beans",
"category": "vegetable",
"price": 28.79,
"rating": 1
}, {
"title": "Baked stuffed portabello mushrooms",
"category": "bakery",
"price": 20.31,
"rating": 1
}, {
"title": "Strawberry jelly",
"category": "fruit",
"price": 14.18,
"rating": 1
}, {
"title": "Pears juice",
"category": "fruit",
"price": 19.49,
"rating": 4
}, {
"title": "Fresh pears",
"category": "fruit",
"price": 15.12,
"rating": 5
}, {
"title": "Caprese salad",
"category": "vegetable",
"price": 16.76,
"rating": 5
}, {
"title": "Oranges",
"category": "fruit",
"price": 21.48,
"rating": 4
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment