You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ Unzip it and start from README.md file, after jump to js/level1.js file.
18
18
To open web-page in your browser go to _index.html_ file and double click on it, you will see
19
19
an option 'open in browser' - preferably use Chrome, but Firefox and Safari will work as well.
20
20
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).
0 commit comments