diff --git a/js/lesson1/assets/images/console-locations.png b/js/lesson1/assets/images/console-locations.png
new file mode 100644
index 00000000..65a2402f
Binary files /dev/null and b/js/lesson1/assets/images/console-locations.png differ
diff --git a/js/lesson1/tutorial.md b/js/lesson1/tutorial.md
index b08a4637..e71bd09c 100644
--- a/js/lesson1/tutorial.md
+++ b/js/lesson1/tutorial.md
@@ -44,6 +44,10 @@ or `Alt + Cmd + I` on Mac. The console should look something like this:
+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.
+
+
+
## Writing your first line of JavaScript
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:
Your screen might not look exactly the same as this, but it should
-have the same three lines of text at the bottom. If you don't see
+have the same three lines of text in the console. If you don't see
this, get your coach to help you.
A few important things have happened here, which we're going to go