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

Jenna Stover
Jenna Stover
342 Points

Coundn't locate my JavaScript console on Safari. I used the following short cut: cmd + option + c and nothing came up.

I was attempting to locate the console through the launch workspace.

1 Answer

Glenré Charl Labuschagné
Glenré Charl Labuschagné
23,204 Points

Hi Jenna,

Safari requires you to choose to Show Develop menu in menu bar.

You do this by going:

  1. Safari > Preference…
  2. Choose Advanced (Gear Icon tab)
  3. Tick the check box at the bottom [ Show Develop menu in menu bar ]

Close your Preferences and you will see a new Develop (between Bookmarks and Window)menu in your toolbar

You will now see Show JavaScript Console in the drop down menu (which also enables the short cut keys to work).

If you get stuck, here is a OSX Daily article on how to Enable the Development Menu

Hope this helps, and good luck!