
Unit 1 - Variables
- Creating variables
- Using variables that only give you current values
- Using variables that require previous values
- Using built-in/automatic dynamic variables
- Scope and updating variables
Unit 2 - Functions
- When to use a function
- Defining functions
- Using premade functions
- Functions with a consequence vs functions with a return value
- Using different functions with the same inputs
- Composition of functions
Unit 3 - Logic
- Booleans and If-statements with equalities
- If-statements with inequalities