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 Simplify Repetitive Tasks with Loops What are Loops?

Ayan Kundu
Ayan Kundu
1,194 Points

workspace 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
Steven Parker
229,786 Points

Did 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
Maurice Argoetti
1,934 Points

Remember 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>