Advanced JavaScript Tutorial in Hindi [Part 81] - Rest parameters in ES6

Tech Gun
Youtube
Related Topic
:- Javascript Web Development

In this video i will talk about Rest parameters in ES6. ES6 provides a new kind of parameter so-called rest parameter that has a prefix of three dots (...). The rest parameter allows you to represent an indefinite number of arguments as an array. All the arguments that you pass in the function will map to the parameter list. 

Comments