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 trialhenrywojnicki2
5,095 Pointsthe instructions are not quite clear enough
can anyone help explain
1 Answer
Alexander Davison
65,469 PointsIn other words, this challenge is asking you to:
Create a while
loop that repeats until the length of the numbers
list is equal to 3. Add the number
variable to numbers
by using the push
method and increment (increase) the number
variable by 1.
I hope this helps. ~Alex
If you need further help, please respond.
henrywojnicki2
5,095 Pointshenrywojnicki2
5,095 Pointsthanks Alexander!!
Alexander Davison
65,469 PointsAlexander Davison
65,469 PointsIf this answered your question (I believe it did! ), please mark it as a "Best Answer". It places a green check mark next to this question in the community which represents "this question is answered". Thank you! ~Alex