Understanding the Spread and Rest Operators in JavaScript
Modern JavaScript introduced several features that make code cleaner and easier to write. Two of these features are the spread operator (...) and the rest operator (...).
Although they use the same sy
dipan-roy-choudhury.hashnode.dev4 min read