Class Slides
Topics Covered
- Arrow Functions and Default Params.
- Destructuring Objects
- Code Documentation
- JS and JSDoc
Examples and Resources
- More on the Spread and rest operator
- Arrow Functions
- More Arrow Functions
- Destructuring Example 1
- Destructuring Example 2
- Spread Operator Example 1
- Spread Operator Example 2
- Spread Operator in Functions
- Spread Operators as parameters