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 Console unavailable

I'm new to JavaScript and am using a MacBook Pro. I've tried opening the JavaScript console using Chrome and there is no option to do so in the menu. When I click on 'Developer Tools', nothing happens. I've gone into content settings and can see that JavaScript is definitely allowed.

The 'control' + 'shift' + j function also will not work.

Has anyone else had the same problem?

1 Answer

Heidi Puk Hermann
Heidi Puk Hermann
33,366 Points

Hi,

when you "right click" or "click with two fingers" on a given webpage, you should get a box with various options. One of them is Inspect. After clicking on that one a window/tab will open on top of your active page. Normally it opens on the "elements" tab, but next to it you can find the "console" tab.