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 trialGregory Frith
Full Stack JavaScript Techdegree Student 1,671 PointsConfused by the Teacher's Note...
Hi everyone,
I'm a bit confused by the teacher's note regarding the changed browser functionality. I can get my code to work, but only if I then type quit or click cancel on the next prompt. If I am understanding the note correctly, this is now working "as intended." Am I missing something...?
Note: I have placed the print function outside of the while loop as suggested.
Thanks!
1 Answer
KRIS NIKOLAISEN
54,971 PointsThat is the current behavior. It is as intended.
Gregory Frith
Full Stack JavaScript Techdegree Student 1,671 PointsGregory Frith
Full Stack JavaScript Techdegree Student 1,671 PointsThanks Kris! Appreciate your quick confirmation.