Spread and Rest operators in js
Spread operator:
As the name spread suggest spread all the values.
The spread operator (...) is used to expand or “spread” elements of an array or object.
The spread operator spreads all values of an
karan2op.hashnode.dev3 min read