Rest parameters allow a function to accept an indefinite number of arguments as an array.
This is cleaner than using the arguments object from ES5.
Rest parameters allow a function to accept an indefinite number of arguments as an array.
This is cleaner than using the arguments object from ES5.
Previous Article
Next Article