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

Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit ffbefdf

Browse files
committed
replaced 'Smarter way...' by 'Eloquent JavaScript'
1 parent 52bffd2 commit ffbefdf

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

Week3/README.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,36 @@ 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)
23+
## Arrays
2524

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
25+
Read the documentation from MDN about arrays: [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype).
3326

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_
3442
#### Git work flow
3543
- 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
3644

3745
### Review
3846

3947
Review the topics of week 2:
4048

41-
- [Variables](./../../../../fundamentals/blob/master/fundamentals/variables.md)
42-
- [Values](./../../../../fundamentals/blob/master/fundamentals/values.md)
43-
- [Operators](./../../../../fundamentals/blob/master/fundamentals/operators.md)
44-
- [Naming conventions](./../../../../fundamentals/naming_conventions.md)
49+
- [Variables](../../../../fundamentals/blob/master/fundamentals/variables.md)
50+
- [Values](../../../../fundamentals/blob/master/fundamentals/values.md)
51+
- [Operators](../../../../fundamentals/blob/master/fundamentals/operators.md)
52+
- [Naming conventions](../../../../fundamentals/naming_conventions.md)
4553

4654
_Please go through the material and come to class prepared!_
4755

48-
49-
50-
51-

0 commit comments

Comments
 (0)