Skip to content

Instantly share code, notes, and snippets.

@artturijalli
Created April 14, 2021 14:08
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 artturijalli/d201491d056b97190fbb475370389494 to your computer and use it in GitHub Desktop.
Save artturijalli/d201491d056b97190fbb475370389494 to your computer and use it in GitHub Desktop.
const students_data = [
{
"Name": "Charlie",
"Street address": "Student Street 32",
"Graduated": false,
"Allergies": ["Banana", "Apple", "Nuts"],
"Grades": {
"Physics": 4,
"Maths": 4,
"Chemistry": 5
}
},
{
"Name": "Sofie",
"Street address": "Wisdom Alley 5",
"Graduated": false,
"Allergies": ["Pineapple", "Milk"],
"Grades": {
"Physics": 5,
"Maths": 5,
"Chemistry": 3
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment