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

Skip to content

Commit 9b3a61f

Browse files
authored
Update LESSONPLAN.md
1 parent 08de3e9 commit 9b3a61f

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

Week3/LESSONPLAN.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,26 @@ The purpose of this class is to introduce to the student:
1212

1313
FIRST HALF (12.00 - 13.30)
1414
## 1. Q&A about last week's concepts & homework
15-
15+
### Explanation
16+
### Example
17+
### Exercise
18+
### Essence
1619

1720
## 2.The importance of scope (global, functional and block)
18-
21+
### Explanation
22+
### Example
23+
### Exercise
24+
### Essence
1925
Notes:
2026

2127
- It determines the accessibility of variables
2228
- Variables defined inside a function are not accessible (visible) from outside the function.
2329

2430
## 3. What hoisting is and the difference between compile time and run time
25-
31+
### Explanation
32+
### Example
33+
### Exercise
34+
### Essence
2635
Notes:
2736

2837
- Compile time is when the JavaScript is prepared to be executed in the browser
@@ -32,7 +41,10 @@ Notes:
3241
SECOND HALF (14.00 - 16.00)
3342

3443
## 4. The use and purpose of closures
35-
44+
### Explanation
45+
### Example
46+
### Exercise
47+
### Essence
3648
Notes:
3749

3850
- Used for data privacy

0 commit comments

Comments
 (0)