clarify which function is added to which attribute in step 3 exercise. fixes #29

This commit is contained in:
Micah Godbolt
2019-02-27 17:38:16 -08:00
parent 7209ff9c5b
commit fdceb93839

View File

@@ -20,5 +20,5 @@
> Hint: you can use querySelector on any HTML node to find child elements within.
4. Call `todo.remove()` for any todo whos input check is true.
5. After the loop is done, run `updateRemaining()`.
6. Attach this function to the footer button.
6. Attach `clearCompleted()` function to the `onclick` of the footer button.
7. Test it out!