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 Tracking Multiple Items with Arrays Using For Loops with Arrays

code on the workspace not working

why the code on the workspaces not working when i preview it ? i'm not modify anything

Kizzy Iz
Kizzy Iz
5,283 Points

Post your code so we can see it. I thought my code was flawless too until I examined it against someone else's code. I left the i off the counter variable. I had += 1 instead of i += 1.