Lately i have been writing a lot of backend code and kept getting confuse when to use spread operator and when to use rest

While searching the solution i realized many developers have same problem.

So in this blog i will break it down simply when to use each and common mistakes to avoid.

Topics to Cover


What rest operator does
What spread...