Skip to content

Commit 6bc8ece

Browse files
author
tmmeijers
committed
Chapters in reading material
1 parent 3b8c031 commit 6bc8ece

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Week4/README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
### Reading Week 4
22

3+
Read your book ('A Smarter Way To Learn JavaScript')! If you don't do it on yourself, here's the chapters to read next for next week:
4+
*Note: If you already know the material you are reading just take a glance over it and don't use too much time. Just be sure that you get everything! You may have already read about it, or used it in the previous classes. Note that this also has 'catch up' material in it, about functions and objects. If you did not take the time to read your book yet about these things please do so!*
5+
6+
* DOM (may have known material, know how to select/search/append elements etc.!):
7+
Chapters 58 - 68
8+
9+
* Reading/setting input fields:
10+
Chapters 49 - 50
11+
12+
* Functions (if you think you need a bit more understanding of them read this):
13+
Chapters 35 - 38
14+
15+
* Objects (important to really understand them, read this if you are unsure! You may also read chapters 72, 73 and 74 if you have time and want to learn more):
16+
Chapters 70-71, 75
17+
318
To be read before the 5th lecture:
419
- Code conventions: http://javascript.crockford.com/code.html
5-
- Objects continued: http://eloquentjavascript.net/06_object.html
6-
- XHTTP requests: https://www.kirupa.com/html5/making_http_requests_js.htm
20+
- Objects continued: http://eloquentjavascript.net/06\_object.html
21+
- XHTTP requests: https://www.kirupa.com/html5/making\_http\_requests\_js.htm

0 commit comments

Comments
 (0)