Assignments JS AJaX

Handing In Assignments

You must hand in by using git

Hand In by git

  • 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 please put the line(s)

    node_modules/

    into your .gitignore file.

Send a mail to with:

  • The word 'handin <subjectname>' in the subject line of your mail
  • The url of your repo(s).

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.

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.