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

Skip to content

Commit 123f33c

Browse files
authored
Removed some links, added new
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.
1 parent 3de511f commit 123f33c

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

Week3/README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,14 @@ Please watch the following parts of the course, [Programming Foundations Fundame
2020
<br>8. Collections
2121
<br>11. When Things Go Wrong
2222

23-
## Read
24-
- [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype)
25-
26-
## 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
29-
- Functions ~ http://eloquentjavascript.net/03_functions.html
30-
- '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
23+
## Read the following articles that are very important to programming!
24+
- [Array](http://javascript.info/array)
25+
- [Loops](http://javascript.info/while-for)
26+
- [Functions](http://javascript.info/function-basics)
27+
- [Functions](http://eloquentjavascript.net/03_functions.html)
28+
- [Objects](http://javascript.info/object)
29+
- [Conditions](http://javascript.info/ifelse)
30+
- [Program structure](http://eloquentjavascript.net/02_program_structure.html)
3331

3432
#### Git work flow
3533
- 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
@@ -45,8 +43,3 @@ Review the topics of week 2:
4543
- [Naming conventions](./../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)
4644

4745
_Please go through the material and come to class prepared!_
48-
49-
50-
51-
52-

0 commit comments

Comments
 (0)