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 trialThanitsak Leuangsupornpong
7,490 PointsCan't open the console in Javascript ,Please Help.
How to open the console I can't open it. I use Command + Option + C, but it still can't open the console.Please help.
Thanitsak Leuangsupornpong
7,490 PointsI use safari,and when I press Control + Shift,it does't show anything.
2 Answers
Igor Yamshchykov
24,397 PointsIn Safari you can open web inspector by following steps
Enable the Develop menu option in the Advanced preferences.
Use the optional toolbar button, Develop menu or Inspect Element context menu to access the Web Inspector.
or after enable Develop menu option in preferences you can use Command-Option-I to open inspector
Thanitsak Leuangsupornpong
7,490 PointsThanks it Work! but why it doesn't same with Teacher console?
Igor Yamshchykov
24,397 Pointsthe reason it looks different is because Teacher is using Google Chrome, you can try Google Chrome to have the same console, but it doesn't really matter.
Juan Santos
1,330 Pointsthank you I was having the same problem and this fixed it
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsAnother simple way is to right click on mouse and then click 'inspect element' right?
Igor Yamshchykov
24,397 PointsIgor Yamshchykov
24,397 PointsYou can use your browser built-in console to do things with javascript, for instance in Google Chrome, you should just press F12 or Ctrl + Shift + I to open developer tools and then go to Console tab, you can try some javascript code there.