We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d87691 commit f322de5Copy full SHA for f322de5
1 file changed
Week3/LESSONPLAN.md
@@ -15,8 +15,33 @@ FIRST HALF (12.00 - 13.30)
15
## 1. Q&A about last week's concepts & homework
16
17
### 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
42
### Example
43
### Exercise
44
+Ask students to explain a concept or summerise the last lecture themselves
45
### Essence
46
47
## 2. What is a function (ES5 only)
0 commit comments