Skip to content

Commit 9d00b68

Browse files
Merge pull request #382 from AniaMakes/gh-pages
Added a small section about possible console locations
2 parents 6958503 + 6de0a79 commit 9d00b68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
132 KB
Loading

js/lesson1/tutorial.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ or `Alt + Cmd + I` on Mac. The console should look something like this:
4444

4545
<img src="assets/images/console.png" alt="console example">
4646

47+
The console can appear in several different places. Below is the example of two of them: "docked to bottom", and "docked to right". You can change the location of the console by clicking on the three vertical docs located next to the cross (clicking on the cross will close the console). Their locations are indicated on the picture below.
48+
49+
<img src="assets/images/console-locations.png" alt="console locations">
50+
4751
## Writing your first line of JavaScript
4852

4953
The console is a place where you can type a single line of JavaScript,
@@ -59,7 +63,7 @@ You should see something that looks something like this:
5963
<img src="assets/images/console-hello.png" alt="console hello example">
6064

6165
Your screen might not look exactly the same as this, but it should
62-
have the same three lines of text at the bottom. If you don't see
66+
have the same three lines of text in the console. If you don't see
6367
this, get your coach to help you.
6468

6569
A few important things have happened here, which we're going to go

0 commit comments

Comments
 (0)