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

Skip to content

Commit aba8bb7

Browse files
committed
Cleanup
1 parent a6593e3 commit aba8bb7

File tree

14 files changed

+60
-52
lines changed

14 files changed

+60
-52
lines changed

JavaScript3/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

JavaScript3/Week7/REVIEW.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.

JavaScript3/Week7/preparation.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Preparation
2+
3+
```
4+
In week seven we will discuss the following topics:
5+
• Map, filter, reduce
6+
• Arrow functions
7+
```
8+
9+
### Here are resources that we like you to read as a preparation for the coming lecture:
10+
11+
Some nice resources about map, filter, reduce
12+
- :dizzy: [Fun fun functional](https://www.youtube.com/playlist?list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84) :dizzy: Check the first 3-4 videos.
13+
- https://flaviocopes.com/javascript-arrow-functions/
14+
15+
_Please go through the material and come to class prepared!_

JavaScript3/Week7/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Learning Goals
2+
- [ ] Map
3+
- [ ] reduce
4+
- [ ] filter
5+
- [ ] Arrow functions
6+
7+
# Relevant links
8+
* [Preparation](preparation.md)
9+
* [Homework](homework.md)

JavaScript3/Week8/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.

JavaScript3/Week7/README.md renamed to JavaScript3/Week8/preparation.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
# Reading material for the eight lecture:
2-
3-
```
4-
In week eight we will discuss the following topics:
5-
• (re)writing data structures (in JSON)
6-
• Closures
7-
• Promises
8-
```
9-
10-
### Here are resources that we like you to read as a preparation for the coming lecture:
1+
# Preparation
112

123
Some nice resources about promises :ring:
134
- [Googles post about Promises](https://developers.google.com/web/fundamentals/getting-started/primers/promises)

JavaScript3/Week8/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Learning Goals
2+
- [ ] Rewriting data structures (in JSON)
3+
- [ ] Closures
4+
- [ ] Promises
5+
6+
# Relevant links
7+
* [Preparation](preparation.md)
8+
* [Homework](homework.md)
9+
File renamed without changes.

0 commit comments

Comments
 (0)