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
+6-17Lines changed: 6 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -31,19 +31,7 @@ After you've installed it, go to your command line interface. Type in the follow
31
31
node --version
32
32
```
33
33
34
-
It should show you version `v12.16.1` or higher.
35
-
36
-
### First 3 weeks
37
-
38
-
The first three weeks of this module you will be moving at your own pace. That means that we have split up the material into three sections, but feel free to go faster or slower depending on if you feel comfortable you understood the material or not. These weeks are very important, so put in the time to practice as much as possible. The homework for week 3 covers all the material in the other weeks as by then you will know all the basic building blocks that JavaScript has to offer.
39
-
40
-
After those weeks we will be going into the more tricky parts of JavaScript and start solving more complex and realistic problems that you will be facing as a developer.
41
-
42
-
### New way of working!
43
-
44
-
Starting from this module we will be using a class repository in GitHub to get used to some of the features of GitHub as well. When the first week starts you will be invited to a new GitHub repository and will be given a first issue there to enter your information.
45
-
46
-
You will also be handing in your homework by creating issues there, starting from week 3.
34
+
It should show you the version you are working with.
47
35
48
36
## Learning goals
49
37
@@ -53,6 +41,7 @@ In order to successfully complete this module you will need to master the follow
53
41
- Know the basic building blocks of `JavaScript`
54
42
- Correctly write and use `variables`, `functions` and `loops`
55
43
- Understand the `control flow`
44
+
- Be able to solve worded problems using code
56
45
57
46
## How to use this repository
58
47
@@ -88,10 +77,10 @@ To have a more detailed overview of the guidelines, please read [this document](
0 commit comments