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) Making Changes to the DOM Appending and Removing Nodes

Help with this question??

Appending Nodes!

Could you add more context to your question please? It's not very clear exactly what the problem is.

1 Answer

Steven Parker
Steven Parker
229,644 Points

I'm going to guess you're having trouble with the "fill in the blank" question. Remember that "appendChild" works by adding the element that you pass as an argument (inside the quotes) to the parent element that you call it on (the one just in front of the period).

If you have issues with future questions, be sure to quote the question in your post, and mention what answer(s) you tried on it.