Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ Follow the instructions in `js/level1.js` and type code in your Text Editor (thi
In order to see anything that you edit, you need to save the file and refresh the web page. The result of any console.log() statement will be in the _browser console_.

### How to open the `Browser Console`
| Browser | Platform | Instruction |
| ----------- | -------- | --------------------------------------------------- |
| **Chrome** | Any | right-click the page and select `Inspect`, switch to `Console` tab in the developer tools |
| **Chrome** | Mac | press `COMMAND + OPTION + J` |
| **Chrome** | Windows | press `CONTROL + SHIFT + J` |
| **Firefox** | Any | right-click the page and select `Inspect Element`, switch to `Console` tab |
| **Firefox** | Mac | press `COMMAND + OPTION + K` |
| **Firefox** | Windows | press `CONTROL + SHIFT + K` |
| **Safari** | Mac | go to the menu bar and open `Safari > Preferences > Advanced >` and tick the box `Show Develop Menu` at the bottom, restart Safari, now you can right-click on the page and select `Inspect Element` to see the console. |
| **Safari** | Mac | press `COMMAND + OPTION + C` |

| Browser | Platform | Instruction |
| --- | --- | --- |
| **Chrome** | Any | right-click the page and select `Inspect`, switch to `Console` tab in the developer tools |
| **Chrome** | Mac | press `COMMAND + OPTION + J` |
| **Chrome** | Windows | press `CONTROL + SHIFT + J` |
| **Firefox** | Any | right-click the page and select `Inspect Element`, switch to `Console` tab |
| **Firefox** | Mac | press `COMMAND + OPTION + K` |
| **Firefox** | Windows | press `CONTROL + SHIFT + K` |
| **Safari** | Mac | go to the menu bar and open `Safari > Preferences > Advanced >` and tick the box `Show Develop Menu` at the bottom, restart Safari, now you can right-click on the page and select `Inspect Element` to see the console. |
| **Safari** | Mac | press `COMMAND + OPTION + C` |

The console/developer tools will appear at the bottom or on the right side of the screen.

Expand Down