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
+2-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ git push origin master
34
34
35
35
## Instructions
36
36
37
-
You will work on the `src/functions-and-arrays.js` file, which is already loaded in the `index.html` file. To run the JavaScript code open the `index.html` file using the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) VSCode extension.
37
+
You will work on the `src/functions-and-arrays.js` file, which is already loaded in the `index.html` file.
38
+
To run the JavaScript code open the `index.html` file use the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) VSCode extension.
38
39
39
40
To see output of your JavaScript code open the [Console in the Developer Tools](https://developer.chrome.com/docs/devtools/open/#console).
0 commit comments