#rest-operator
Read more stories on Hashnode
Articles with this tag
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...
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...