Day 2
Logic Statements
- if and if else statements
- else if statements
- Conditional ternary operators
- Switch statements
- Evaluating a number game
- Friend checker game
- Rock paper Scissors game
Loops
- while loops
- do while loops
- for loops
- Nested loops
- Loops and arrays
- Loops and objects
- break abd continue
Functions
Basic Functions
- Invoking Functions
- Writing Functions
- Naming Functions
Parameters and arguments
- Default or unsuitable parameters
Special functions and operators
- Arrow functions
- Spread operator
- Rest parameter
Returning function values
- Returning with arrow functions
Variable scope in functions
- Local variable in functions
- Global variables
- Immediately invoked function expression