|
1 | | -# Reading material for your first Node lecture: |
| 1 | +# Reading material for the third lecture: |
2 | 2 |
|
3 | 3 | ``` |
4 | | -Next week you will start with Node |
| 4 | +In week three we will discuss the following topics: |
| 5 | +• (re)writing data structures (in JSON) |
| 6 | +• Async VS Sync |
| 7 | +• Code flow (order of execution) |
5 | 8 | ``` |
6 | 9 |
|
7 | | -### Refresher |
8 | | -:star: Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: [Timir's JavaScript Review](./../../../../fundamentals/blob/master/fundamentals/javascript_review.md) :star: |
| 10 | +### Here are resources that we like you to read as a preparation for the coming lecture: |
9 | 11 |
|
10 | | -- https://forum.freecodecamp.com/t/javascript-callback-functions/14658/2 |
11 | | -http://www.learn-js.org/en/Callbacks |
| 12 | +#### Async VS Sync |
| 13 | +- Read about Asynchronous vs. Synchronous programming: http://www.hongkiat.com/blog/synchronous-asynchronous-javascript/ |
12 | 14 |
|
13 | | -## Check out how to prepare for your first Node lecture here: |
| 15 | +#### Closures and async code |
| 16 | +- [Why closures are helpful with async code](http://stackoverflow.com/questions/13343340/calling-an-asynchronous-function-within-a-for-loop-in-javascript) |
14 | 17 |
|
15 | | -- https://github.com/HackYourFuture/Node.js/blob/master/week0/README.md |
| 18 | +_Please go through the material and come to class prepared!_# Reading material for the ninth lecture: |
| 19 | + |
| 20 | +``` |
| 21 | +In week nine we will discuss the following topics: |
| 22 | +• (re)writing data structures (in JSON) |
| 23 | +• Async VS Sync |
| 24 | +• Code flow (order of execution) |
| 25 | +``` |
| 26 | + |
| 27 | +### Here are resources that we like you to read as a preparation for the coming lecture: |
| 28 | + |
| 29 | +#### Async VS Sync |
| 30 | +- Read about Asynchronous vs. Synchronous programming: http://www.hongkiat.com/blog/synchronous-asynchronous-javascript/ |
| 31 | + |
| 32 | +#### Closures and async code |
| 33 | +- [Why closures are helpful with async code](http://stackoverflow.com/questions/13343340/calling-an-asynchronous-function-within-a-for-loop-in-javascript) |
16 | 34 |
|
17 | 35 | _Please go through the material and come to class prepared!_ |
18 | 36 |
|
|
0 commit comments