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 trialMahadevan Sivasubramanian
373 PointsStory maker
I am trying to add this for the story maker but i am not getting any prompt. Could you please help me what I am doing wrong here
var noun1 = prompt("Kindly enter noun here ?"); var verb1 = prompt("Kindly enter verb here ?"); var adjective1 = prompt("Kindly enter adjective here ?");
2 Answers
Francesco Pensabene
367 PointsIn my opinion the code is right! just opened the Chrome console and pasted your code and got the 3 prompts!
Jay Padzensky
4,731 PointsWhat browser and OS are you using? If you're not already using Chrome, I'd recommend using it, as it tends to give students the smoothest experience with Treehouse. Then, open an incognito window (to disable plugins), as a plugin could be hampering the Workspace's ability to load properly.