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!
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
Jon Willey
6,102 Pointsstuck on traversing and manipulating the DOM. I can't remove a child element in the body of the HTML doc.
Help needed...
1 Answer

Dylan Macnab
24,861 PointsTry using the removeChild();
The documentation is here: https://developer.mozilla.org/en-US/docs/Web/API/Node.removeChild
wuworkshop
3,429 Pointswuworkshop
3,429 PointsCould you post the code you already have so far?