# Browser Console

Discovering the browser console location in today's contemporary browsers is as follows.

### Google Chrome

To launch the developer console in Google Chrome, initiate the Chrome Menu located in the upper-right-hand corner of the browser window and then opt for More Tools > Developer Tools.

Alternatively, on macOS, you can employ the keyboard shortcut Option + ⌘ + C, while on Windows/Linux, you can use Shift + CTRL + C.

<figure><img src="https://3250709389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MS33S0eoYwMaMrLb7T_%2Fuploads%2F7rUv7VXBCJAlmYEBRLoF%2FScreenshot%202023-09-07%20at%2008.36.35.png?alt=media&#x26;token=258f069a-1edd-4b78-a0df-a534b8cedf67" alt="" width="375"><figcaption></figcaption></figure>

The console will appear either within your current Chrome window or in a new one, and you may need to manually choose the Console tab.

<figure><img src="https://3250709389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MS33S0eoYwMaMrLb7T_%2Fuploads%2FYRtJn1u43XgGDs3XARj5%2FScreenshot%202023-09-07%20at%2008.39.23.png?alt=media&#x26;token=93a6b4c8-6c1c-48a2-b3a0-1a1afc1808cb" alt="" width="375"><figcaption></figcaption></figure>

### Apple Safari

To unlock the developer console in Safari, you must initiate the Developer Menu first. To accomplish this, navigate to Safari's preferences (Safari Menu > Settings), and opt for the Advanced Tab.

<figure><img src="https://3250709389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MS33S0eoYwMaMrLb7T_%2Fuploads%2Feol8EeYlYfYDNHXYi0jv%2FScreenshot%202023-09-07%20at%2008.48.07.png?alt=media&#x26;token=2de2cdaa-6f7f-4c9f-8d1d-8495cafbcd5a" alt=""><figcaption></figcaption></figure>

Once you have activated this menu, you can easily access the developer console by following this path: Develop > Show JavaScript Console.

Alternatively, you can employ the convenient shortcut Option + ⌘ + C.

<figure><img src="https://3250709389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MS33S0eoYwMaMrLb7T_%2Fuploads%2FcAAstcZFjvq3KnABRJxK%2FScreenshot%202023-09-07%20at%2008.49.02.png?alt=media&#x26;token=209fdd4a-50ea-4e1a-9c3c-f85dfd9cf214" alt="" width="375"><figcaption></figcaption></figure>

The console will open either within your current Safari window or in a fresh one, with the Console tab being automatically selected.

<figure><img src="https://3250709389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MS33S0eoYwMaMrLb7T_%2Fuploads%2FsTBkI8KY0RJQOITqF7pD%2FScreenshot%202023-09-07%20at%2008.51.20.png?alt=media&#x26;token=ff968a70-1c8d-4ad3-9619-825ec05e6030" alt="" width="375"><figcaption></figcaption></figure>
