What\'s the usage of rest parameter that will be added in ECMAScript 6?
For example, in ECMAScript 5 you can do the following to get an array of parameters starting
Is the difference between them is just syntax or there's a performance issue?
Both, and more...
Rest parameters:
slice
).