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 Loops, Arrays and Objects Simplify Repetitive Tasks with Loops Review while loops, do...while loops, and Loop Conditions

Please fill in the correct answer in each blank provided below

quiz 5 of 5

Michael Hulet
Michael Hulet
47,912 Points

Question order in quizzes are randomized, so question 5 for you likely isn't question 5 for me. Which question, specifically, are you having trouble with?

1 Answer

Steven Parker
Steven Parker
229,732 Points

Luckily, only one of the questions uses that particular statement. But the rest of the instructions say "Finish this code to create a do...while loop."

That's as much of a hint as it is instructions, since for that kind of loop, both the keywords "do" and "while" will need to be used to create it. Keep that in mind, and I'll bet you can answer it now.