#spread-operator
Read more stories on Hashnode
Articles with this tag
We can use the Spread operator to expand an array into all its elements. unpacking all the array elements into one. Example : const arr =...