#spread-operator
Read more stories on Hashnode
Articles with this tag
The Spread Operator is a useful feature introduced in ES6 that allows an iterable (such as an array, string or object) to be expanded or spread into...