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 Simplify Repetitive Tasks with Loops For Loops

What am I doing wrong? When I run the code nothing shows up.

SnapShot: https://w.trhou.se/3povrap5qj

This error shows up in my browser:

content.js:549 (is_loaded == false) && (doc_id == -1); URL:http://port-80-ikul6ins6q.treehouse-app.com/; title:Circles win_message @ content.js:549

hahaha exactly! Been there. Matter of fact, I'm there frequently lol Keep it up!

1 Answer

Hey, there! I see that you're missing a '>' character to close the openning <div> tag. Fix this and you should be good to go.

THANK YOU! I stared at those 5 ish lines for like 10 minutes and didnt see that. :) LOL Coding, AmIRight?