Challenge: The Main Event

Solve tasks regarding the main event in JavaScript.

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, instead of crossing out the items in the simple to-do list, let’s remove the items when they are clicked on.

We’ve provided you with the required code. You just need to complete the removeTask() function.

Get hands-on with 1200+ tech skills courses.