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

Skip to content

Commit 0ee3944

Browse files
committed
replaced Smarter Way readings with Eloquent JavaScript
1 parent eea60a6 commit 0ee3944

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

Week2/README.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,30 @@ In week two we will discuss the following topics:
1111
• Arrow functions
1212
```
1313

14-
### Here are resources that we like you to read as a preparation for the coming lecture.
14+
## Here are resources that we like you to read as a preparation for the coming lecture.
1515

16-
#### JSON
16+
### JSON
1717
- [JSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) (MDN)
1818

19-
#### Map and Filter
19+
### Map and Filter
2020
- :dizzy: [Fun fun functional](https://www.youtube.com/playlist?list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84) :dizzy: Check the first 3-4 videos.
2121

22-
#### Code conventions
23-
- Code conventions: http://javascript.crockford.com/code.html
22+
### Code conventions
23+
- Code conventions: http://crockford.com/javascript/code.html
2424

25-
#### Array cardio
25+
### Array cardio
2626
- Wes Bos' awesome free tutorials. Just make a free account and do Array Cardio #1 [here](https://javascript30.com/)
2727

28-
#### More objects
29-
- Objects continued: http://eloquentjavascript.net/06_object.html
30-
28+
### From _Eloquent JavaScript_
3129

32-
### Refresher:
33-
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:
34-
*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!*
30+
- Objects continued: http://eloquentjavascript.net/06_object.html
3531

36-
* DOM (*may have known material, know how to select/search/append elements etc.!*):</br>
37-
Chapters 58 - 68
3832

39-
* Reading/setting input fields:</br>
40-
Chapters 49 - 50
33+
## Recommended readings
4134

42-
* Functions (*if you think you need a bit more understanding of them read this*):</br>
43-
Chapters 35 - 38
35+
This chapter from _Eloquent JavaScript_ gives in-depth explanations of the topics that will be discussed during the lecture. Highly recommended (if time permits).
4436

45-
* 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*):</br>
46-
Chapters 70-71, 75
37+
- Chapter 3 - [Functions](http://eloquentjavascript.net/03_functions.html)
38+
- Chapter 5 - [Higher-Order Functions](http://eloquentjavascript.net/05_higher_order.html)
4739

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

0 commit comments

Comments
 (0)