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 Tracking Multiple Items with Arrays Accessing Items in an Array

Failed to load resource: the server responded with a status of 404

shows up when console.log is used in chrome

Seth Shober
Seth Shober
30,240 Points

If you ever have an error it is extremely helpful to pass along any suspect code and line numbers along with a stack trace.

Chris Harkin
Chris Harkin
1,104 Points

chuck kotulka did you find a way to fix this as I too am getting the same error but my code is identical to Dave's

2 Answers

even i have encountered such error. check which line of code it specifies and check the path of the file.you may have mentioned the path wrongly.

Alyssa FitzGerald
Alyssa FitzGerald
6,263 Points

try adding this inside the <head> of the index.html:

<link rel="shortcut icon" href="">