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

Mahmoud Talass
Mahmoud Talass
9,274 Points

I am not sure whats wrong

It is not working for me please take a look at my code and let me know what I should do. the CDN link are highlighted with red for some reason, I think that could be the issue but I don't know the fix. https://w.trhou.se/bvrlpa7lbk

1 Answer

Hi Mahmoud,

I think your links being highlighted red are throwing you off, but your links are fine. The reason your code isn't working is because you end the statement on app.js:24 (line 24 of app.js) with a semi-colon instead of a comma. Make that change, and your code will display as you're expecting it to.

If not for the highlighting of your links (which I admit is confusing), you probably would've opened up your browser console to see if there were any errors, which would've led you to that little syntax error on app.js:24 on your own (as that's how I figured out what was causing the issue).