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

Skip to content

Commit f322de5

Browse files
authored
Update LESSONPLAN.md
1 parent 9d87691 commit f322de5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Week3/LESSONPLAN.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,33 @@ FIRST HALF (12.00 - 13.30)
1515
## 1. Q&A about last week's concepts & homework
1616

1717
### Explanation
18+
**Week 1**
19+
20+
In Week 1 we learnt about how data is represented computer programs:
21+
22+
- Variables
23+
- Basic data types (`string`, `number`, etc)
24+
- Compound data types (`array`, `object`)
25+
26+
**Week 2**
27+
28+
In Week 2 we learnt about how to manipulate the flow of execution in computer programs:
29+
30+
- Branching constructs
31+
- `if..else`
32+
- Looping constructs
33+
- `for`
34+
- `for..of`
35+
- `for..in`
36+
- `do..while`
37+
38+
We also learnt about more ways to work with data using operators:
39+
40+
- Operators (arithmetic, comparison, eg `+`, `*`, `&&`, `||`, etc).
41+
1842
### Example
1943
### Exercise
44+
Ask students to explain a concept or summerise the last lecture themselves
2045
### Essence
2146

2247
## 2. What is a function (ES5 only)

0 commit comments

Comments
 (0)