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

Javscript works in Workspace but not when downloaded

Nothing has changed. The files are stored in the same directories. I don't understand what else to look at

2 Answers

using google chrome start tools for developers ( under tools menu ), there you will have a network tab. Refresh the page and you will see the requests, http code 404 means file not found. Then check upper/lower case and path.

Probably has to do with linking your JS file or library file I'd check your relative file paths or maybe your permissions.