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: Week1/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ In week two we will discuss the following topics:
12
12
## How to get started
13
13
1. Download and install the *LTS* version of NodeJS - https://nodejs.org/en/download/
14
14
To test that it was installed and running properly, go to your terminal and run the command: node -v You should get the node version printed on your terminal, for example, v8.9.1
15
-
2. Although you are free to make you own choice of text/code editor to use during class and homework, we have good experiences with Microsoft's free VSCode editor, which is supported on Windows, Mac and Linux. Please refer to our [VSCode Tips](./../../../../fundamentals/blob/master/VSCodeTips/README.md) for more information.
15
+
2. Although you are free to make you own choice of text/code editor to use during class and homework, we have good experiences with Microsoft's free VSCode editor, which is supported on Windows, Mac and Linux. Please refer to our [VSCode Tips](../VSCodeTips/README.md) for more information.
16
16
17
17
## Here are resources that we like you to read as a preparation for the coming lecture:
18
18
@@ -36,7 +36,7 @@ Only watch the below chapters:
36
36
:star: You can also already go through the topics of the upcoming lecture. :star:
37
37
38
38
- Intro JavaScript (What is it, where can you use it for)
39
-
-[Variables (var, let, const)](../../../../fundamentals/blob/master/fundamentals/fundamentals/variables.md)<br>
39
+
-[Variables (var, let, const)](./../../../../fundamentals/blob/master/fundamentals/variables.md)<br>
40
40
-[Basic Data types (Strings, Numbers, Arrays, Booleans)](./../../../../fundamentals/blob/master/fundamentals/values.md)<br>
0 commit comments