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

Skip to content

Commit 9a6b4e8

Browse files
authored
Update LESSONPLAN.md
1 parent 2abdcbe commit 9a6b4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week2/LESSONPLAN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function alertFinished(){
5050
}
5151
doHomework('math', alertFinished);
5252
```
53-
53+
more examples (made by Yash): https://github.com/HackYourFuture/JavaScript2/blob/master/assets/callbacks.js
5454
### Exercise
5555

5656
#### 1. What will happen?
@@ -111,7 +111,7 @@ Call stack
111111

112112

113113

114-
## 5. 3 commonly used array functions (filter, reduce, map)
114+
## 5. filter, reduce, map
115115

116116
### Explanation
117117
**map**, **filter** and **reduce** are three array methods that iterate (loop!) over the whole array and preform a computation or a transformation.

0 commit comments

Comments
 (0)