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 trialChris Utley
9,300 PointsUnsure of how to write array elements in an ordered list...
1 Answer
Steven Parker
231,236 PointsYou're creating a list, but with just one list item.
You'd probably want to use a loop to go through the array and make each question a separate list item. This would also be a good opportunity to create a function, so you can re-use the same code for both lists.
If you still have trouble, proceed to the next video and look at the "buildList" function created by the instructor.
Chris Utley
9,300 PointsChris Utley
9,300 PointsThank you sir, I see your advice all over the place and I have enjoyed reading your suggestions. I look forward to reading future suggestions. :)