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 trialKerlyn Cortinas
1,768 PointsWhen 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
KRIS NIKOLAISEN
54,971 PointsAre 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.
Kundai Musarurwa
10,842 Pointscheck your syntax. one typing mistake like forgetting a semi colon or adding/omitting a bracket will cause problems
Walter Cole
1,905 PointsAlso, make sure your letters have the correct lower or upper case.
virus200
6,583 PointsLaunch 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.