carloshs1994 / To-Do-List

This is a repo to build a simple to-do list using JavaScript, HTML, and CSS. The elements are created dynamically.
7 stars 0 forks source link

Correct testing #12

Closed carloshs1994 closed 2 years ago

carloshs1994 commented 2 years ago

in this milestone:

✅ a function for editing the task description. ✅ a function for updating an item's 'completed' status. ✅ the "Clear all completed" function.