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
{{ message }}
This repository was archived by the owner on May 14, 2024. It is now read-only.
## 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
25
+
Read the documentation from MDN about arrays: [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype).
33
26
27
+
Please go through these chapters of _Eloquent JavaScript_ to prepare for your next class. We don't expect you to understand every detail of it on a first reading.
28
+
29
+
-[Eloquent JavaScript: Chapter 3 - Functions](http://eloquentjavascript.net/03_functions.html), up until the _Arrow Functions_ section.
30
+
31
+
-[Eloquent JavaScript: Chapter 4 - Data Structures: Objects & Arrays](http://eloquentjavascript.net/04_data.html). Unless you are really into statistics, you can skip the following sections:
32
+
33
+
*_The Lycanthrope's Log_
34
+
*_Computing Correlation_
35
+
*_The final analysis_
36
+
37
+
Skip these additional sections for now, as they will be covered in later HYF modules. (You are of course free to read them, but we will not cover them in class):
38
+
39
+
*_Rest parameters_
40
+
*_Destructuring_
41
+
*_Exercises_
34
42
#### Git work flow
35
43
- 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