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 trialAyan Kundu
1,194 Pointsworkspace never work properly.
workspace never work properly. when I try to view the result it's shows nothing. but code working totally fine in my IDE and also run in browser.
2 Answers
Steven Parker
231,269 PointsDid you remember to save your changes (with the menu or control-S) in the workspace, and then refresh the preview in your browser?
Maurice Argoetti
1,934 PointsRemember to properly add the 'scripts.js' file to the 'index.html' tab.
Go to the 'index.html' tab and add the 'scripts.js' file right before the closing </body> tag, like this:
<script src="scripts.js"></script>