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 trialRon Ziser
3,244 Pointswhy doesn't this code work?
Prompt window shows and 'quit' works but no results are displayed when I type in a name.
no errors shown on Javascript console
2 Answers
Steven Parker
231,236 PointsIt sounds like you may be talking about the browser behavior that is discussed in the Teacher's Notes section of the video page, under the heading Important Update.
Take a closer look at that and see if that explains your issue.
Jonathan Wray
Courses Plus Student 1,519 PointsI have the same problem and nothing anyone else has suggested has worked.
Steven Parker
231,236 PointsRead that Important Update section again. This is not an error, or something to "fix".
Continue on, you'll soon learn much better methods for user interaction anyway.