Spread syntax in JavaScript
Let's see what MDN has to say:
Spread syntax (...) allows an iterable such as an array expression or string to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected, or an object express...
rajatgupta.net3 min read
Ruchi Goswami
Junior Web Developer
Nice work!