Getting Started with Modern JavaScript — Spread vs Rest
JavaScript version ES6 (ES2015) brought us a couple of useful features for arrays represented by three dots (…), the rest parameter, and the spread operator. And ES2018 introduced the same syntax for objects.
It can be confusing to have one syntax re...
blog.michaelkaren.dev4 min read
Thintinos Gerardo Vodonou
Frontend Developer
Awesome post! Thank you Michael...