Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript JavaScript and the DOM (Retiring) Traversing the DOM Getting All Children of a Node with children

https://repl.it/@LechMael/using-parentNode-to-traverse-the-DOM#script.js Buttons not working. Help pls

Hello! Although I have followed the code all along, after I deleted the hardcoded buttons from HTML file, and created them in js, when I create a new li and try to use them to move up/down/remove, they are not working. I tried for ~1h to see where the problem is, but I was not able to manage it.

https://repl.it/@LechMael/using-parentNode-to-traverse-the-DOM#script.js

I am using repl because for some reason the TTH IDE is not working.

1 Answer

Found the problem! Sorry for bothering!