Challenge: The Main Event
Solve tasks regarding the main event in JavaScript.
We'll cover the following...
We'll cover the following...
Task 1
Previously, we built a to-do list app where we could add items to the list and strike them out by clicking on them. In this exercise, ...