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 Loops, Arrays and Objects Tracking Data Using Objects The Student Record Search Challenge Solution

Joseph Michelini
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Joseph Michelini
Python Development Techdegree Graduate 18,692 Points

Why does my browser not print anything until I quit or cancel?

Hey all,

I was wondering why my browser won't print anything on the screen until I quit or cancel the program. To verify that the issue wasn't with my code, I downloaded the project files and copy and pasted the teacher solution. Unfortunately, I still have the same issue.

Am I going crazy? Or is this a bug?

Thanks in advance!

1 Answer

Steven Parker
Steven Parker
229,657 Points

Neither one! This is normal behavior in modern browsers.

See the "Important Update" under the "Teacher's Notes" section below the video for an explanation.