File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- # Lesson Plan JavaScript 1 Week 1
1
+ # Lesson Plan JavaScript1 Week 1
2
2
3
3
## Agenda
4
4
Original file line number Diff line number Diff line change 1
- # Lesson Plan Week 2
1
+ # Lesson Plan JavaScript1 Week 2
2
2
3
3
## Agenda
4
4
5
5
The purpose of this class is to introduce to the student:
6
6
7
- (1) The difference between statements & expressions
8
- (2) What are operators
9
- (3) What are loops
10
- (4) What are conditional statements
7
+ - The difference between statements & expressions
8
+ - What are operators
9
+ - What are loops
10
+ - What are conditional statements
11
11
12
- ### Core concepts
12
+ ## Core concepts
13
13
14
14
FIRST HALF (12.00 - 13.30)
15
15
Original file line number Diff line number Diff line change 1
- # Lesson Plan Week 3
1
+ # Lesson Plan JavaScript1 Week 3
2
2
3
3
## Agenda
4
4
5
5
The purpose of this class is to introduce to the student:
6
6
7
- (1) What is a function (ES5 only)
8
- (2) Wat is scope (global, functional, block)
9
- (3) How to combine variables, loops & functions
7
+ - What is a function (ES5 only)
8
+ - Wat is scope (global, functional, block)
9
+ - How to combine variables, loops & functions
10
10
11
11
### Core concepts
12
12
You can’t perform that action at this time.
0 commit comments