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

Daniel Springer
PLUS
Daniel Springer
Courses Plus Student 5,090 Points

Do while loop task description has an error.

Hi All,

I just noticed that the all task descriptions in the "Do While" loop section say to :

"Write a while loop to build a string of ..." I Assume it was supposed to mean write a do while loop.

1 Answer

Steven Parker
Steven Parker
230,274 Points

It could also be that they consider a "do...while" loop to be a type of "while" loop. In several ways, they are more similar to each other than either one is to a "for" loop.

To facilitate accurate analysis (and the best answers), always include a link the course page you are working with.

Daniel Springer
Daniel Springer
Courses Plus Student 5,090 Points

Hi Steven.

The course was; Practice loops in JavaScript. https://teamtreehouse.com/library/practice-javascript-loops It's not a big deal, just wanted to point it out so others would not get confused with the wording.

Thanks for the reply.

D.

Steven Parker
Steven Parker
230,274 Points

I see now, you're referring to the comments written into the workspace practice files.

You might want to report this to Support, they may not be able to change the video, but they may be able to fix the actual files.