Project 0
Disclaimer
Please DO NOT distribute or post solutions to this project online (e.g. public GitHub repositories). We take violations of the honor code very seriously.
Overview
The objective of this project is to gain experience working with JavaScript, Web Debugging, and the Autograder. In this project you will implement 5 simple functions with JavaScript.
Instructions
- Download the project starter code
- Unzip the starter code and open
home.htmlin a Google Chrome- Once unzipped, you should find files
home.htmlandhome.js. Try openinghome.htmlto see what it looks like. It should look like this:

- Once unzipped, you should find files
- Go through the questions until you “PASS” all test cases.
- Each line with “Result: FAIL” should change to “Result: PASS” once you implement the function correctly.
- Submit your
home.jsfile for grading- The autograder can be found here: https://cse-ag-csci5551.cse.umn.edu/
Deadline
This project is due on Wednesday, September 20th at 11:59pm CT.
Grading
The project is worth a total of 5 points.