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

Looking for feedback on my code>.<

Just wondering is there any cons to build my code in this way? Cheers!! https://w.trhou.se/pqtqhumhrh

2 Answers

On line 22 you have wrongAnswer -= 1; which I assume should be incrementing instead of decrementing. You also don't use it later on if it was intended to be displayed like you did correctAnswer.

varlevi
varlevi
8,113 Points

Great job! Most everything looks great! However, I would add some formatting to the final page where it shows how many questions the player got correct. Right now, any time two or more questions are gotten correct of incorrect, the questions appear squished together. A simple new line (\n) should do!