ES6 Rest Parameters

Share this video with your friends

Send Tweet

In this lesson we will go over ES6 or ECMAScript 2015 Rest Parameters. We will cover what they are, how they work, how they compare to the arguments keyword, and why they are more versatile.

Bart
Bart
~ 7 years ago

There is a typo in the code/video: "vegetalbe". Sorry, it's stronger than me... ;)

James
James
~ 7 years ago

I'm not sure where to put this comment... Where is the lesson for class syntax? How do I do privates and protected with the new class syntax?