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
Changed links of recourses, more beginner friendly
From the students I've gotten the signal that MDM is not helping them learn to code, as it is written for experienced developers and mostly just confuses them.
Also the book "a simpler way to learn javaScript" is getting quite outdated (using var only e.g), and is a bit of a pain to read as it is a pdf file with hundreds of pages.
Many students have expressed to have had great help from the website javaScript.info, and I think it's a great webpage that is beginner friendly, but still manages to explain concepts well end in depth.
Copy file name to clipboardExpand all lines: Week3/README.md
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,32 @@ In week three we will discuss the following topics:
10
10
• Functions
11
11
```
12
12
13
+
14
+
> :boom: IMPORTANT: The concepts of these weeks are extremely important, and require very careful reading.
15
+
> Make sure you understand these concepts as well as you can, as they are crucial to programming and your ability to do well in our program!
16
+
17
+
18
+
19
+
13
20
### Here are resources that we like you to read as a preparation for the coming lecture:
14
21
15
22
Please watch the following parts of the course, [Programming Foundations Fundamentals](https://www.lynda.com/Programming-Foundations-tutorials/Welcome/83603/90426-4.html) on Lynda.com (if you don't have access to Lynda yet ask Gijs):
## From the book _A Smarter Way To Learn JavaScript_ please read:
27
-
- 'Loops' of [_A Smarter Way To Learn JavaScript_](https://github.com/Sharique-Hasan/SaylaniBatch2-JavaScript/blob/master/A%20Smarter%20Way%20to%20Learn%20JavaScript.pdf) : Chapters 18-20
28
-
- 'Functions' of [_A Smarter Way To Learn JavaScript_](https://github.com/Sharique-Hasan/SaylaniBatch2-JavaScript/blob/master/A%20Smarter%20Way%20to%20Learn%20JavaScript.pdf) : Chapters 35 - 38
- 'Objects' of [_A Smarter Way To Learn JavaScript_](https://github.com/Sharique-Hasan/SaylaniBatch2-JavaScript/blob/master/A%20Smarter%20Way%20to%20Learn%20JavaScript.pdf) : Chapters 69 - 75
31
-
- 'Conditions' of [_A Smarter Way To Learn JavaScript_](https://github.com/Sharique-Hasan/SaylaniBatch2-JavaScript/blob/master/A%20Smarter%20Way%20to%20Learn%20JavaScript.pdf) : Chapters 10 - 14
32
-
- Program structure ~ http://eloquentjavascript.net/02_program_structure.html
31
+
## Read the following articles that are very important to programming!
- Check out this video of Daan to see how we use Git Workflow to hand in Homework (from now on): https://www.youtube.com/watch?v=-o0yomUVVpU&index=2&list=PLVYDhqbgYpYUGxRdtQdYVE5Q8h3bt6SIA
0 commit comments