Rest Parameter | JavaScript
Rest Parameter
Rest parameter a modern feature of JavaScript that allows a function to store multiple arguments in a single array. It is an improved way of handling function parameter. Rest parameter is added in ES2015 or ES6 which improved the abili...
stephen-ibe.hashnode.dev1 min read