File tree Expand file tree Collapse file tree 1 file changed +21
-12
lines changed Expand file tree Collapse file tree 1 file changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -10,42 +10,51 @@ The purpose of this class is to introduce to the student:
10
10
- Show 3 commonly used array functions (filter, reduce, map)
11
11
12
12
## Core concepts
13
-
14
13
FIRST HALF (12.00 - 13.30)
14
+ ## 1. Q&A about last week's concepts & homework
15
15
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
18
21
Notes:
19
22
20
23
- Synchronous refers to a linear execution process: one step at a time
21
24
- Asynchronous helps us do multiple things in parallel
22
25
23
- _ Show examples_
24
-
25
- 2 . What callbacks are and how to write your own
26
26
27
+ ## 3. What callbacks are and how to write your own
28
+ ### Explanation
29
+ ### Example
30
+ ### Exercise
31
+ ### Essence
27
32
Notes:
28
33
29
34
- Callbacks are a way to introduce asynchronocity
30
35
31
- ** Do exercise**
32
36
33
37
SECOND HALF (14.00 - 16.00)
34
38
35
- 3 . How the event loop works
39
+ ## 4 . How the event loop works
36
40
41
+ ### Explanation
42
+ ### Example
43
+ ### Exercise
44
+ ### Essence
37
45
Notes:
38
46
39
47
- The event loop is part of the browser
40
48
- It determines when any given function is executed
41
49
42
- _ Show examples_
43
-
44
- 4 . Show 3 commonly used array functions (filter, reduce, map)
45
50
51
+ ## 5. Show 3 commonly used array functions (filter, reduce, map)
52
+ ### Explanation
53
+ ### Example
54
+ ### Exercise
55
+ ### Essence
46
56
Notes:
47
57
48
58
- Array functions are predefined functions that come from the Array object
49
59
- Each function serves to manipulate arrays in a specific way
50
60
51
- ** Do exercise**
You can’t perform that action at this time.
0 commit comments