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 Corio-Rosas
6,995 PointsI'm pressing enter but nothing happens when I run it , only getting the prompt. Why?
Here's the link
1 Answer
Steven Parker
231,236 PointsThis workspace seems to be set up to create a web page using the "preview" button (looks like an eye). What are you doing that displays a prompt (and what is the prompt)?
Also, the code in shout.js creates variables, but does not do anything to display their contents on the page.
Daniel Corio-Rosas
6,995 PointsDaniel Corio-Rosas
6,995 PointsI was stuck on 4:20 of the video. He never mentions copy and paste "document.querySelector('main');" into inspect/console. My bad, figured it out...... As far as prompt,"What do you want to shout?" every time I refresh the page.
Steven Parker
231,236 PointsSteven Parker
231,236 PointsCongratulations on resolving your own issue.