Last active
September 9, 2019 13:07
-
-
Save GeertVL-zz/270260b16b2058cae654cb80ff0f57f8 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: 'Het molentje', | |
city: 'Lier', | |
teachers: [ | |
{ | |
_id: 1111111, | |
name: 'Jan Piet' | |
}, | |
{ | |
_id: 2222222, | |
name: 'Joris Korneel' | |
} | |
] | |
} | |
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
{ | |
_id: 1111111, | |
name: 'Jan Piet', | |
vak: 'Wiskunde', | |
code: 1111 | |
} | |
{ | |
_id: 2222222, | |
name: 'Joris Korneel', | |
vak: 'Geschiedenis', | |
code: 2222 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment