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 DOM Manipulation

Daniel Henderson
Daniel Henderson
6,768 Points

This is poorly worded. Confusing wording.

It reads "Set the class of panel to the newParagraph.", but maybe it should read "Set the class of newParagraph to 'panel'" or "Set a class of panel to newParagraph". Maybe "Set a class of panel to the newParagraph".

It took me too long to figure out what you meant for me to do, and it wasn't worded well.

1 Answer

Steven Parker
Steven Parker
231,008 Points

Another suggestion.

How about: Give the new paragraph the class of "panel".

Daniel Henderson
Daniel Henderson
6,768 Points

So you understand my confusion with the wording. Your suggestion is concise and clear. I could have answered your version much more quickly.

Steven Parker
Steven Parker
231,008 Points

I remembered finding that instruction awkward when I took the course, too.