8000 Merge pull request #41 from muses-code-js/open-browser-console-table · muses-code-js/js-intro-workshop@0e76312 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e76312

Browse files
authored
Merge pull request #41 from muses-code-js/open-browser-console-table
Fix table with Browser Console options
2 parents df2f670 + 7af0687 commit 0e76312

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,17 @@ Follow the instructions in `js/level1.js` and type code in your Text Editor (thi
2828
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_.
2929

3030
### How to open the `Browser Console`
31-
| Browser | Platform | Instruction |
32-
| ----------- | -------- | --------------------------------------------------- |
33-
| **Chrome** | Any | right-click the page and select `Inspect`, switch to `Console` tab in the developer tools |
34-
| **Chrome** | Mac | press `COMMAND + OPTION + J` |
35-
| **Chrome** | Windows | press `CONTROL + SHIFT + J` |
36-
| **Firefox** | Any | right-click the page and select `Inspect Element`, switch to `Console` tab |
37-
| **Firefox** | Mac | press `COMMAND + OPTION + K` |
38-
| **Firefox** | Windows | press `CONTROL + SHIFT + K` |
39-
| **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. |
40-
| **Safari** | Mac | press `COMMAND + OPTION + C` |
31+
32+
| Browser | Platform | Instruction |
33+
| --- | --- | --- |
34+
| **Chrome** | Any | right-click the page and select `Inspect`, switch to `Console` tab in the developer tools |
35+
| **Chrome** | Mac | press `COMMAND + OPTION + J` |
36+
| **Chrome** | Windows | press `CONTROL + SHIFT + J` |
37+
| **Firefox** | Any | right-click the page and select `Inspect Element`, switch to `Console` tab |
38+
| **Firefox** | Mac | press `COMMAND + OPTION + K` |
39+
| **Firefox** | Windows | press `CONTROL + SHIFT + K` |
40+
| **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. |
41+
| **Safari** | Mac | press `COMMAND + OPTION + C` |
4142

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

0 commit comments

Comments
 (0)
0