The Spread Syntax
The spread syntax (...) in JavaScript does not get as much recognition as it should. This is because when it comes to arrays (where this syntax is very important), a lot of people simply focus on array methods such as filter, map, and others. However...
vincentabolarin.hashnode.dev3 min read