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

Skip to content

Commit b5f16c4

Browse files
authored
Update LESSONPLAN.md
1 parent 982cc77 commit b5f16c4

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

Week2/LESSONPLAN.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,51 @@ The purpose of this class is to introduce to the student:
1010
- Show 3 commonly used array functions (filter, reduce, map)
1111

1212
## Core concepts
13-
1413
FIRST HALF (12.00 - 13.30)
14+
## 1. Q&A about last week's concepts & homework
1515

16-
1. What synchronous vs. asynchronous processes are
17-
16+
## 2. What synchronous vs. asynchronous processes are
17+
### Explanation
18+
### Example
19+
### Exercise
20+
### Essence
1821
Notes:
1922

2023
- Synchronous refers to a linear execution process: one step at a time
2124
- Asynchronous helps us do multiple things in parallel
2225

23-
_Show examples_
24-
25-
2. What callbacks are and how to write your own
2626

27+
## 3. What callbacks are and how to write your own
28+
### Explanation
29+
### Example
30+
### Exercise
31+
### Essence
2732
Notes:
2833

2934
- Callbacks are a way to introduce asynchronocity
3035

31-
**Do exercise**
3236

3337
SECOND HALF (14.00 - 16.00)
3438

35-
3. How the event loop works
39+
## 4. How the event loop works
3640

41+
### Explanation
42+
### Example
43+
### Exercise
44+
### Essence
3745
Notes:
3846

3947
- The event loop is part of the browser
4048
- It determines when any given function is executed
4149

42-
_Show examples_
43-
44-
4. Show 3 commonly used array functions (filter, reduce, map)
4550

51+
## 5. Show 3 commonly used array functions (filter, reduce, map)
52+
### Explanation
53+
### Example
54+
### Exercise
55+
### Essence
4656
Notes:
4757

4858
- Array functions are predefined functions that come from the Array object
4959
- Each function serves to manipulate arrays in a specific way
5060

51-
**Do exercise**

0 commit comments

Comments
 (0)