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
web-development-26.hashnode.dev3 min read