Rest Vs Spread operator in JavaScript,
What's the difference?
When we see rest and spread operator,
what we see is both have three dots like this ...
so aren't they are same?
if not, then what makes them different?
Let's see,
Rest
as the name suggests, it will have all the parameters which are remaining from ...
dikshadhote.hashnode.dev2 min read