Assignment 03
Instructions
- Open the file
./script.js
- Follow the instructions in that file to complete the exercise
- Click on the "Run Tests" button to run automated tests
- Check the browser console log to see if your automated tests are passing
- Commit and push your changes to GitHub
- If you need help, ask a question in GitHub or MSTeams channel
Notes
- Pssst, have a look at the JavaScript Console to see the output of the automated tests
- To be awarded an A, you need add some error checking in your functions, this means adding code in your functions to check if the user input is garbage (like trying to delete a todo ID that doesn't exist, or trying to create a todo by passing a number instead of a string)
Automated Tests
Click on the "Run Tests" button to run automated tests.