The Spread operator
The spread operator allows you to expand iterable objects like arrays or objects. You can imagine it gets the data inside the brackets or curly braces and puts it somewhere else.
The spread operator is represented by three dots ...
In this code, we u...
codeway.hashnode.dev1 min read