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 trialEric Roberts
2,752 PointsWhat 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
1 Answer
Ewerton Luna
Full Stack JavaScript Techdegree Graduate 24,031 PointsHey, there! I see that you're missing a '>' character to close the openning <div> tag. Fix this and you should be good to go.
Eric Roberts
2,752 PointsTHANK YOU! I stared at those 5 ish lines for like 10 minutes and didnt see that. :) LOL Coding, AmIRight?
Ewerton Luna
Full Stack JavaScript Techdegree Graduate 24,031 PointsEwerton Luna
Full Stack JavaScript Techdegree Graduate 24,031 Pointshahaha exactly! Been there. Matter of fact, I'm there frequently lol Keep it up!