Use of spread operator in javascript
The spread operator is denoted by (...). It is used to spread out array elements from the array. It also allows an iterable(string and array) to be expanded in function calls, where zero or more arguments are expected. The spread syntax enumerates an...
ankitmishraindia.hashnode.dev2 min read