How to use rest operator/ Parameter in javascript
What is the rest parameter?
It is just the opposite of a spread operator. It bounds spreading values into the elements of an array. It gives access to a function to use an indefinite number of arguments as an array. It is denoted by '...' symbol.
syn...
ankitmishraindia.hashnode.dev1 min read