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 trialNikki Turrisi
15,095 PointsSo, I downloaded Google Chrome, and when I open Developer Tools, there is all of this website info instead of blank page
I am trying to start off with a blank screen in JavaScript console, but for some reason, it has all of this info on there, and it looks like the info is referring to the google homescreen page? I just want my page to look blank like the video. Any ideas of what is happening?
3 Answers
Agapito Cruz
21,486 PointsHello Nikki,
First,make sure you are in the Console tab by clicking on 'Console' on the menu bar. Then type clear() and hit enter at the prompt. This should clear the console of any previous information.
I hope this helps.
-Agapito
Terence Chan
11,867 PointsNi Nikki, just type about:blank in the url space and you will have a blank page like the video to play with the console
anguswhiston
17,225 PointsOpen the dev tools once you're on the page you want to investigate. If you open it while on the google homepage it will console anything form that page.
Melody Schech
2,977 PointsThank you, this worked to clear the area above the console
Sean Schlimgen
7,100 PointsSean Schlimgen
7,100 PointsAnother method to clear instead of typing the clear() you can also click the button at the top left- circle with the diagonal line through it, that will preform the clear function, as well.