Spread vs Rest Operators in JavaScript
It is very confusing to use spread and rest operator in javaScript because both havesame syntax (...) but working is totally different .
Let's see the difference between them.
Spread Operator : The sp
jsoperators.hashnode.dev3 min read