37.10. Assignments JS AJaX

Submission
You must submit assignments using git
Create Repo
  • Create an empty repo on bitbucket.org, gitlab.com, or github.com,
  • git push your local repo to the above remote repo.
  • For node assignments the line node_modules/must be in your .gitignore file.
Submit
By email to with:
  • The word 'submission <subjectname>' in the subject line
  • The url(s) of your repo(s) in the body

37.10.1. Assignment JS.AJaX/JSON.0

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.

37.10.2. Assignment JS.AJaX/JSON.1

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.