File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,26 @@ The purpose of this class is to introduce to the student:
12
12
13
13
FIRST HALF (12.00 - 13.30)
14
14
## 1. Q&A about last week's concepts & homework
15
-
15
+ ### Explanation
16
+ ### Example
17
+ ### Exercise
18
+ ### Essence
16
19
17
20
## 2.The importance of scope (global, functional and block)
18
-
21
+ ### Explanation
22
+ ### Example
23
+ ### Exercise
24
+ ### Essence
19
25
Notes:
20
26
21
27
- It determines the accessibility of variables
22
28
- Variables defined inside a function are not accessible (visible) from outside the function.
23
29
24
30
## 3. What hoisting is and the difference between compile time and run time
25
-
31
+ ### Explanation
32
+ ### Example
33
+ ### Exercise
34
+ ### Essence
26
35
Notes:
27
36
28
37
- Compile time is when the JavaScript is prepared to be executed in the browser
@@ -32,7 +41,10 @@ Notes:
32
41
SECOND HALF (14.00 - 16.00)
33
42
34
43
## 4. The use and purpose of closures
35
-
44
+ ### Explanation
45
+ ### Example
46
+ ### Exercise
47
+ ### Essence
36
48
Notes:
37
49
38
50
- Used for data privacy
You can’t perform that action at this time.
0 commit comments