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) Storing and Tracking Information with Variables The Variable Challenge Solution

My prompt is not working in the treehouse workspace. It hasn't worked in previous practice attempts either. Any ideas?

//<h2>Once there was an [adjective] [noun] who didn't understand computers very well so she decided to take the [verb] and learn how to code.</h2>

var visitorAdjective = prompt("Please provide an adjective."); document.write(visitorAdjective);

4 Answers

scottjames2
scottjames2
1,164 Points

I had the same issue in Safari. I have switched to Chrome and all is working again.

Roy Penrod
Roy Penrod
19,810 Points

Hey, Rachel.

Sorry you're having trouble with the site. That's more of a tech support issue and nothing we can really help you with through the forums. You can email support at help@teamtreehouse.com.

Okay, thank you. : )

make sure that adblock is turned off.

Make sure you js file is in the same folder as index.html. That worked for me.