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 Numbers Working with Numbers Create a Program with Math

Justin Whedon
Justin Whedon
19,811 Points

Preview Workspace is not working?

My 'Preview Workspace' using Chrome just comes up as a blue window?

2 Answers

Cameron Childres
Cameron Childres
11,817 Points

Hi Justin,

Your workspace is working fine, that's how this section should appear. If you take a look at the index.html file there is actually no content on the page.

The JavaScript here will display in your browsers console -- there's nothing being made to display on the page itself. You can open the console in Chrome with the shortcut CTRL+SHIFT+J if you're on Windows, alternatively you can go to Settings > More Tools > Developer Tools and find 'Console' on the developer tools toolbar.

Justin Whedon
Justin Whedon
19,811 Points

Thanks. I figured it out. Real 'palm to face' moment for me... LOL!