Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abdcbe commit 9a6b4e8Copy full SHA for 9a6b4e8
Week2/LESSONPLAN.md
@@ -50,7 +50,7 @@ function alertFinished(){
50
}
51
doHomework('math', alertFinished);
52
```
53
-
+more examples (made by Yash): https://github.com/HackYourFuture/JavaScript2/blob/master/assets/callbacks.js
54
### Exercise
55
56
#### 1. What will happen?
@@ -111,7 +111,7 @@ Call stack
111
112
113
114
-## 5. 3 commonly used array functions (filter, reduce, map)
+## 5. filter, reduce, map
115
116
### Explanation
117
**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