We should review stuff!
- Data Types
- Conditional Statements
- Loops
- Functions
- Objects and Context
It's a good habit to get into, but also keep it in mind as you're working.
const
> let
> var
Functions can be treated as values
Declarations vs Expressions: hoisting
Prompt 4: String Interpolation
Prompt 9: Nested Arrays
Prompt 10: Using Array.length
Prompt 8: Get Random Number, related to Math object
Prompt 11: Median, yeaaah not a well worded question
Prompts 12 and 13: Nested loops
Prompt 13: testFunc()()