REST vs SPREAD OPERATORS IN JAVASCRIPT
JavaScript uses three dots(...) for both the rest and spread operators. But the two operators are not the same.
The main difference between rest and spread operators is that the rest operator puts the rest of some specific user supplied values to a f...
saimounikaperi.hashnode.dev6 min read