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

Skip to content

Commit a2e202f

Browse files
authored
Update LESSONPLAN.md
1 parent 96a78c2 commit a2e202f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Week2/LESSONPLAN.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ The purpose of this class is to introduce to the student:
1414
FIRST HALF (12.00 - 13.30)
1515

1616
## 1. Q&A about last week's concepts & homework
17-
(Add more content)
17+
### Explanation
18+
- static vs. dynamic
19+
- Variables in JavaScript: `var`, `let`, `const`, declaration, initialization, assignment
20+
- Basic Data Types in JavaScript: `number`, `string`, `boolean`, `undefined`, `null`
21+
- Compound Data Types in JavaScript: `array`, `object`
22+
### Exercise
23+
Let the students explain the concepts themselves.
1824

1925
## 2. The difference between statements & expressions
2026
### Explanation

0 commit comments

Comments
 (0)