Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2e15e3

Browse files
authored
Update README.md
Update main README for change
1 parent 013a1fd commit d2e15e3

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,7 @@ After you've installed it, go to your command line interface. Type in the follow
3131
node --version
3232
```
3333

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.
4735

4836
## Learning goals
4937

@@ -53,6 +41,7 @@ In order to successfully complete this module you will need to master the follow
5341
- Know the basic building blocks of `JavaScript`
5442
- Correctly write and use `variables`, `functions` and `loops`
5543
- Understand the `control flow`
44+
- Be able to solve worded problems using code
5645

5746
## How to use this repository
5847

@@ -88,10 +77,10 @@ To have a more detailed overview of the guidelines, please read [this document](
8877

8978
| Week | Topic | Reading Materials | Homework |
9079
| ---- | ---------------------------------------------------------- | --------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
91-
| 1. | Variables, Variable Types, Operators, Objects, Arrays | [Reading W1](/Week1/README.md) | [Homework W1](/Week1/MAKEME.md) |
92-
| 2. | Loops, Control Flow, If/Else, | [Reading W2](/Week2/README.md) | [Homework W2](/Week2/MAKEME.md) |
93-
| 3. | Functions, Scope, ModernJS | [Reading W3](/Week3/README.md) | [Homework W3](/Week3/MAKEME.md) |
94-
| 4. | Higher Order Functions, Array functions, Closures | [Reading W4](/Week4/README.md) | [Homework W4](/Week4/MAKEME.md) |
80+
| 1. | JS Basics Refresher, Loops, Naming Conventions | [Reading W1](/Week1/README.md) | [Homework W1](/Week1/MAKEME.md) |
81+
| 2. | Scope, ModernJS, Problem Solving | [Reading W2](/Week2/README.md) | [Homework W2](/Week2/MAKEME.md) |
82+
| 3. | Higher Order Functions, Closures, Unit Testing | [Reading W3](/Week3/README.md) | [Homework W3](/Week3/MAKEME.md) |
83+
| 4. | This keyword, constructor functions, classes | [Reading W4](/Week4/README.md) | [Homework W4](/Week4/MAKEME.md) |
9584

9685
## Finished?
9786

0 commit comments

Comments
 (0)