chukwuebuka65
chukwuebuka65
KPCKevin Powell - Community
Created by Will45 on 9/5/2023 in #front-end
how to make my delete function/button work in javascript (todo list project)
The event will only register when you click the addBtn. Click the addBtn and then click the iconBtn , you will see the log to the console. So you need to move it outside that function.
8 replies
KPCKevin Powell - Community
Created by Will45 on 9/5/2023 in #front-end
how to make my delete function/button work in javascript (todo list project)
The iconBtn eventListener is not registering because it’s inside another event listener which is the addBtn event listener. Move it outside.
8 replies
KPCKevin Powell - Community
Created by hashirhehehe on 7/31/2023 in #front-end
Css animation help
You need knowledge of the IntersectionObserver API and CSS transform to pull this off. Read up those two. It’s quite easy
13 replies