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

Skip to content

Commit b71f392

Browse files
authored
Merge pull request HackYourFuture#55 from HackYourFuture/gijscor-patch-3-1
Changed links of recourses, more beginner friendly
2 parents abd29a0 + 03b4d9c commit b71f392

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

Week3/README.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,32 @@ In week three we will discuss the following topics:
1010
• Functions
1111
```
1212

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+
1320
### Here are resources that we like you to read as a preparation for the coming lecture:
1421

1522
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):
16-
<br>4. Writing Conditional Code
17-
<br>5. Modular Code
18-
<br>6. Iteration: Writing Loops
19-
<br>7. More About Strings
20-
<br>8. Collections
21-
<br>11. When Things Go Wrong
22-
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+
24+
4. Writing Conditional Code
25+
5. Modular Code
26+
6. Iteration: Writing Loops
27+
7. More About Strings
28+
8. Collections
29+
11. When Things Go Wrong
30+
31+
## Read the following articles that are very important to programming!
32+
- [Array](http://javascript.info/array)
33+
- [Loops](http://javascript.info/while-for)
34+
- [Functions](http://javascript.info/function-basics)
35+
- [Another Functions article](http://eloquentjavascript.net/03_functions.html)
36+
- [Objects](http://javascript.info/object)
37+
- [Conditions](http://javascript.info/ifelse)
38+
- [Program structure](http://eloquentjavascript.net/02_program_structure.html)
3339

3440
#### Git work flow
3541
- 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 +51,3 @@ Review the topics of week 2:
4551
- [Naming conventions](./../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)
4652

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

0 commit comments

Comments
 (0)