Edit Page

Assignment 3: JS

Due date: Thursday 13/04/2023 at 11:59PM

You are asked to sort a list of items (images) in JavaScript using some sort criteria. For example, images can be sorted by popularity (number of likes), date published (newest first), or the number of comments.

Notes:

  • You are not allowed to use a third-party library to sort an array (i.e., no lodash or any other third-party library).
  • The sort function has to be done at the client side (i.e. no server side code).

The assignment should be stored in a repository on GitHub and hosted on GitHub Pages as a project site. The repo may be named cpit405-assignment-3, so the URL looks like: YourUsername.github.io/cpit405-assignment-3.

Submission

Please submit a link to the hosted page on GitHub pages.