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 trialRwanda Muhammad
Full Stack JavaScript Techdegree Student 4,116 PointsMy code is not working ...
The dialog box appears, but with the answer, not the question. At the end of quiz the code shows...help please.
1 Answer
dragos busuioc
24,908 Pointsarrays start counting from 0.So,the quiz is quiz[i][0] and response is quiz[i][1]
Rwanda Muhammad
Full Stack JavaScript Techdegree Student 4,116 PointsRwanda Muhammad
Full Stack JavaScript Techdegree Student 4,116 PointsThank you... I going to revisit it...I was comparing mine to the way Dean did his code.