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 trialafricgheorgheaugustin
Courses Plus Student 8,180 PointsMaybe a bug? Spoiler Revealer: Breaking it Down
I followed the same steps. One at a time from the first video. I even checked a few times and when I refresh the page nothing happens. Here is the link to the Workspace snapshot https://w.trhou.se/gqsfx0bdyp. I see nothing wrong. Any ideas why?
3 Answers
Yuval Blass
18,134 PointsI'm running chrome too. Try to open the devTools and see if there any errors.
Yuval Blass
18,134 PointsThere is a little problem with the script tags at the end of index.html; so please replace them (below) and then everything should work.
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/app.js"></script>
africgheorgheaugustin
Courses Plus Student 8,180 PointsThanks for your fast reply. I don't know how I didn't see that. However, still not working. Can it be from my browser? I am using Chorme.
Vasanth Baskaran
4,333 PointsHI Agustin,
After making the changes Blass mentioned, the code ran fine. I am using Chrome too !!!
africgheorgheaugustin
Courses Plus Student 8,180 Pointsafricgheorgheaugustin
Courses Plus Student 8,180 PointsYep. Both answers helped. Thank you guys. Happy coding!