...

/

Programming Challenge 3: A Toy To-Do List App

Programming Challenge 3: A Toy To-Do List App

In this lesson, we will cover a really useful challenge on event listeners by creating a toy to-do list app. Let's begin!

We'll cover the following...

Challenge:

Let’s start to create a to-do list. Given the following HTML, use JavaScript to add a list item to the to-do list when a user clicks the ‘Add’ ...