More Functions
Rest parameters
Spread operator
Named parameters
Testing arguments
Catching exceptions
Throwing exceptions
Exercises
- What's the difference between rest parameters and spread operator?
- What's the benefit of named parameters?
- Why do we want to test the arguments passed into functions?
- Why do we want to catch or throw some exceptions?