You must hand in by using git
bitbucket.org,
gitlab.com, or
github.com,
git push your local repo to the above remote repo.
node_modules/
.gitignore file.
Send a mail to <nmla@iba.dk> with:
handin <subjectname>'
in the subject line of your mail
Take the code from the lessons fifth example, and change it so that it outputs the total content of the fetched JSON file as an HTML5 table, with caption and borders around the cells.
Create a JSON file on your localhost.
It must contain an array of student objects with
properties: firstname, lastname, emailaddress, and birthday
for all students in class.
This could be done as a common activity, and then shared.
Create an HTML5 page reading the file from your
localhost with AJaX in displaying it nicely on
the page.