Rest Parameters

introduction to rest parameters, calling functions with a variable number of arguments and its potential errors

We'll cover the following...

The Rest parameters in ES2015 are worth learning. You can do cool things with it, and it often makes your code more compact than the equivalent ES5 code.

Rest parameters

In some cases, ...