Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

tvbsnaedcm
Front End Web Development Techdegree Student 987 PointsGET error in JS console
Everything worked out for me in this challenge, except that I also noticed this error in the JS console
GET http://port-80-x6d0rl3f2z.treehouse-app.com/favicon.ico 404 (Not Found)
Did anyone else get this? Do I have to be concerned about this?
2 Answers

tvbsnaedcm
Front End Web Development Techdegree Student 987 PointsThank you, Jennifer Nordell ! That's good to know. Now I can move on to the next lesson. :)

Jennifer Nordell
Treehouse TeacherHi Angelique Sipos ! It's absolutely nothing to worry about and nothing required to run your code. The "favicon" is the small icon/picture on the tab on the browser. For instance, when you have a tab open for Treehouse you will see a tiny Treehouse logo on the tab If it can't find one, it'll use a default icon. It doesn't affect the functionality in any way.
Hope this helps!