File tree 1 file changed +28
-13
lines changed 1 file changed +28
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Lesson Plan JavaScript2 Week 1
2
2
3
3
## Agenda
4
-
4
+ Is this your first lecture for this class?
5
+ Please introduce yourself briefly.
6
+ - Job
7
+ - Education
8
+ - City
9
+ - Why you love programming (if you do)
10
+
5
11
The purpose of this class is to introduce to the student:
6
-
7
12
- How a webpage is made up of objects (DOM)
8
13
- How JavaScript can be used to manipulate those objects (DOM manipulation)
9
14
- Show a list of commonly used browser defined functions
@@ -13,20 +18,30 @@ The purpose of this class is to introduce to the student:
13
18
14
19
FIRST HALF (12.00 - 13.30)
15
20
16
- 1 . How a webpage is made up of objects (DOM)
21
+ ## 1. How a webpage is made up of objects (DOM)
17
22
18
- _ Show examples_
23
+ ### Explanation
24
+ ### Example
25
+ ### Exercise
26
+ ### Essence
19
27
20
- 2 . How JavaScript can be used to manipulate those objects (DOM manipulation)
21
28
22
- ** Do exercise**
29
+ ## 2. How JavaScript can be used to manipulate those objects (DOM manipulation)
30
+ ### Explanation
31
+ ### Example
32
+ ### Exercise
33
+ ### Essence
23
34
24
35
SECOND HALF (14.00 - 16.00)
25
36
26
- 3 . Show a list of commonly used browser defined functions
27
-
28
- _ Show examples_
29
-
30
- 4 . How to combine add and remove DOM elements
31
-
32
- ** Do exercise**
37
+ ## 3. Show a list of commonly used browser defined functions
38
+ ### Explanation
39
+ ### Example
40
+ ### Exercise
41
+ ### Essence
42
+
43
+ ## 4. How to combine add and remove DOM elements
44
+ ### Explanation
45
+ ### Example
46
+ ### Exercise
47
+ ### Essence
You can’t perform that action at this time.
0 commit comments