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

this is stupid it doesnt make sense the only answer thats possible is 10 it starts at 0 and has to run 10 times

it says to make it run ten times and when i give th info to make it run that many times it says its wrong ive tried multiple numbers and there is another question like this too ive done this test 6 times and it every possible answer for these questions are wrong

1 Answer

The answer is 9.

With a Do While loop, it will always run at least one time. So then you just want to loop back over it another 9 times in the while loop.

The link below could be worth a read as well if you want to make more sense of it.

https://github.com/getify/You-Dont-Know-JS/blob/master/up%20%26%20going/ch1.md#loops