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 trialDaniel Sherrill
2,360 PointsJavaScript won't preview in my workspace
We're talking very simple stuff, such as running an alert or asking for a variable.
Something to do with my laptop? Popup blockers?
NOTE: this is an Acer Chromebook with a lot of annoying "features" so I'm wondering if there's something in the default settings preventing Workspace from operating correctly.
2 Answers
Steven Parker
231,184 PointsIf you're new to workspaces, something that many folks overlook is that it takes two steps to see the results of anything you change:
- you must save your editor changes using either the menu or the control-S shortcut
- then you need to refresh your browser to see the changes
If that's not it, you could try making a "snapshot" of your workspace and post the link to it here so we can try to replicate the issue.
Daniel Sherrill
2,360 PointsYou win the prize. Exactly it.
Couldn't be something so simple could it? LOL
Must be this horrible computer!
Steven Parker
231,184 PointsThe simple issues can often be the most frustrating.
Happy coding!