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

Skip to content

Commit 982cc77

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

File tree

1 file changed

+28
-13
lines changed

1 file changed

+28
-13
lines changed

Week1/LESSONPLAN.md

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Lesson Plan JavaScript2 Week 1
22

33
## 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+
511
The purpose of this class is to introduce to the student:
6-
712
- How a webpage is made up of objects (DOM)
813
- How JavaScript can be used to manipulate those objects (DOM manipulation)
914
- Show a list of commonly used browser defined functions
@@ -13,20 +18,30 @@ The purpose of this class is to introduce to the student:
1318

1419
FIRST HALF (12.00 - 13.30)
1520

16-
1. How a webpage is made up of objects (DOM)
21+
## 1. How a webpage is made up of objects (DOM)
1722

18-
_Show examples_
23+
### Explanation
24+
### Example
25+
### Exercise
26+
### Essence
1927

20-
2. How JavaScript can be used to manipulate those objects (DOM manipulation)
2128

22-
**Do exercise**
29+
## 2. How JavaScript can be used to manipulate those objects (DOM manipulation)
30+
### Explanation
31+
### Example
32+
### Exercise
33+
### Essence
2334

2435
SECOND HALF (14.00 - 16.00)
2536

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

0 commit comments

Comments
 (0)