mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
clarify which function is added to which attribute in step 3 exercise. fixes #29
This commit is contained in:
@@ -20,5 +20,5 @@
|
|||||||
> Hint: you can use querySelector on any HTML node to find child elements within.
|
> 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.
|
4. Call `todo.remove()` for any todo whos input check is true.
|
||||||
5. After the loop is done, run `updateRemaining()`.
|
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!
|
7. Test it out!
|
||||||
|
|||||||
Reference in New Issue
Block a user