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 Basics (Retired) Making Decisions with Conditional Statements Introducing Conditional Statements

When I launch workspace, and run code, the prompt window does not appear on chrome.

Not sure if I have to enable something and disable. Please help!

4 Answers

Are you talking about the console? In the workspace choose menu View > Show Console. If you are previewing code in Chrome choose menu View > Developer > JavaScript Console.

check your syntax. one typing mistake like forgetting a semi colon or adding/omitting a bracket will cause problems

Also, make sure your letters have the correct lower or upper case.

virus200
virus200
6,583 Points

Launch your JavaScript console and see if it shows an error message. Also, check and ensure the JS file is properly linked to the HTML file and you didn't accidentally create an error somewhere.