Deleting Completed Items
In this lesson, we will add the ability to delete items from the list in the application once the "to do" tasks have been completed.
Create Buttons Dynamically for Each Item #
Remember when we looped through our collection of items and placed each to-do inside a paragraph tag, then appended that to a container ...