Skip to main content Link Search Menu Expand Document (external link)

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

  1. Download the project starter code
  2. Unzip the starter code and open home.html in a Google Chrome
    • Once unzipped, you should find files home.html and home.js. Try opening home.html to see what it looks like. It should look like this:

    P0_home_html.png

  3. 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.
  4. Submit your home.js file for grading

Deadline

This project is due on Wednesday, September 20th at 11:59pm CT.

Grading

The project is worth a total of 5 points.