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 trialAbhishek Bhardwaj
3,316 Pointsworkspace is not working
As i'm working in workspace I wrote my whole code but when i execute my code i found my java script or jquery is not working. I double check my code but everything is fine.Then I go to my browser and check view-source of page i found that app.js is not fetching there properly but the path of file is right.
Abhishek Bhardwaj
3,316 Pointsyup!!!! Thanks woodworth , Its working now. Thanks a lot.
1 Answer
Samantha Atkinson
Front End Web Development Techdegree Graduate 40,307 PointsDon't forget to also use the javaScript console and developer tools in your browser, rather than using viewing the page source . The developer tools give you a lot more information about the error or problem and tells you where you need to go to fix it. You can also fix the problem in the console and view if the fix is working, then once done return to your file and applied the correct syntax.
woodworth
Front End Web Development Techdegree Student 19,831 Pointswoodworth
Front End Web Development Techdegree Student 19,831 PointsI've had this happen, too. Try refreshing the browser--that usually has worked for me if the workspace code didn't work the first time.