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 What are Loops?

Igor Cavalcante
Igor Cavalcante
5,025 Points

it gives me an error when i try to preview Failed to load resource: the server responded with a status of 404 (Not Fo

Failed to load resource: the server responded with a status of 404 (Not Found)

cant preview

could you post a screenshot please?

4 Answers

amadeo brands
amadeo brands
15,375 Points

Your question is not clear sorry.

Cristian Brownlee
Cristian Brownlee
8,061 Points

A bit late but I had the same experience. I realized that I incorrectly linked the .js file in index.html; <script src="script.js"></script> - I should have typed scripts.js, not script.js!

Whatever the cause, a "Failed to load resource" error will most likely be resulted from incorrectly linking the script file.

Tim Sweeney
Tim Sweeney
15,101 Points

need more info bro :)

Hi, did you link your script file to index.html?