Skip to content

Commit 367a59a

Browse files
author
Tanya Butenko
authored
Update README.md
1 parent c49bf7c commit 367a59a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Unzip it and start from README.md file, after jump to js/level1.js file.
1818
To open web-page in your browser go to _index.html_ file and double click on it, you will see
1919
an option 'open in browser' - preferably use Chrome, but Firefox and Safari will work as well.
2020

21+
Follow the instructions in _level1.js_ file and type code in your Text Editor(it is where your code lives and you can write, edit and delete code), in order to see anything that you console.log() you need refresh web page and result will be in web console on the page(you can directly write javaScript code here as well and see result straight away, but as soon as you refresh the page all code will be gone, that is why we use Text Editor).
22+
2123

2224

2325
**Structure**

0 commit comments

Comments
 (0)