Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created July 25, 2018 22:30
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 hackrio1/be33a9eaff95f3cf99db2b4fbcdc1434 to your computer and use it in GitHub Desktop.
Save hackrio1/be33a9eaff95f3cf99db2b4fbcdc1434 to your computer and use it in GitHub Desktop.
{
_id: STUDENT_IDname: STUDENT_NAME,
data_of_birth: STUDENT_DATE_OF_BIRTH,
courses: [
{
code: COURSE_CODE,
instructor: COURSE_INSTRUCTOR,
},
{
code: COURSE_CODE,
instructor: COURSE_INSTRUCTOR,
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment