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 Basics (Retired) Introducing JavaScript The Console Challenge Answer

Javascript Console on Chrome

Everything is working correctly expect for the fact that I can't get my Console window to show up even If I put the "console.log("Complete program") function.

Should I check in browser settings? Has it anything to do with AdBlocker? Don't know..

3 Answers

Mohamad Fadhli Ismail
Mohamad Fadhli Ismail
11,935 Points

I believe you need to left-click on the browser, and then inspect element, or you can press CTRL - SHIFT - I. Multiple tabs will emerge and you can choose the console tab.

Jesus Mendoza
Jesus Mendoza
23,288 Points

Are you using Windows? If so, press F12 while your browser is focused and a small window should open, then press the console tab if it's not selected

I'm on Mac. I can open the Javascript console from developer tools. But I wanted it to show up automatically when running the program.

Michael Hulet
Michael Hulet
47,912 Points

There isn't currently any way to automatically open the developer tools with code, so you'll have to do it manually every time you open it in a new tab

Ok thanks, I guessed so.