@victoribironkeSubmitted almost 2 years ago
I have an issue with my typescript code. I tried to make the Clear completed
button work, but it didn't register my event listener. Other than that, everything works fine.
I have an issue with my typescript code. I tried to make the Clear completed
button work, but it didn't register my event listener. Other than that, everything works fine.
I didn't learn typescript yet, but come and check out my solution to Clear completed button, i've just queryselected all ('p') and for.each p i've checked if p has a class (#done) and for that p i removed parent.
it is in deleteCompleted function 130:js
https://github.com/JanioKruk/Todo-list---frontend-mentor