Learn how to use the Rest and Spread Operator in JavaScript ES6. The rest operator allows you to pass as many arguments into a function. Those arguments will be stored in an array for that function to use. The Spread operator, will take an array and break it down to its individual values.