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

Skip to content

Commit 480d5c1

Browse files
committed
Update README's for the different weeks.
1 parent de15f5f commit 480d5c1

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Week2/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,18 @@ In week two we will discuss the following topics:
1313

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

16-
### JSON
17-
- [JSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) (MDN)
18-
1916
### Map and Filter
2017
- :dizzy: [Fun fun functional](https://www.youtube.com/playlist?list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84) :dizzy: Check the first 3-4 videos.
2118

22-
### Code conventions
23-
- Code conventions: http://crockford.com/javascript/code.html
24-
2519
### Array cardio
26-
- Wes Bos' awesome free tutorials. Just make a free account and do Array Cardio #1 [here](https://javascript30.com/)
20+
- If you haven't already signed up for [JavaScript 30](https://javascript30.com/), do it now. These are excellent free video tutorials that really want to help you get better with JavaScript. Sign up with your email address to get started.
21+
- Once you're in, download the [starter files](https://github.com/wesbos/JavaScript30).
22+
- Watch and do the Array Cardio Day 1 video.
2723

2824
### From _Eloquent JavaScript_
2925

3026
- Objects continued: http://eloquentjavascript.net/06_object.html
3127

32-
3328
## Recommended readings
3429

3530
This chapter from _Eloquent JavaScript_ gives in-depth explanations of the topics that will be discussed during the lecture. Highly recommended (if time permits).

Week3/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
```
44
In week three we will discuss the following topics:
5+
• JSON/Arrays
56
• Closures
67
• Scope
78
• Callbacks
89
```
910

1011
## Here are resources that we like you to read as a preparation for the coming lecture:
1112

13+
### JSON
14+
- [JSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) (MDN)
15+
1216
### Closures
1317

1418
- [Closures](http://javascriptissexy.com/understand-javascript-closures-with-ease/)

0 commit comments

Comments
 (0)