How to open the JavaScript console in different browsers?
- by Šime Vidas
Chrome:
Press CTRL + SHIFT + I to open the Developer Tools.
Click on the "Open console." icon in the bottom left corner.
Safari:
Press CTRL + ALT + I to display the Web Inspector.
Click on the "Open Console." icon in the bottom left corner.
Note: this only works if the "Show Develop menu in menu bar" check box in the Advanced tab of the Preferences menu is checked!
IE9:
Press F12 to open the developer tools.
Open the Script tab, click the "Console" button on the right.
Firefox 4:
Press CTRL + SHIFT + K to open the Web console.
What about Opera 11?
Clarification: By console I mean the JavaScript console that lets you input and execute JavaScript code.