#arguments

Passing Arguments Using Spread

Oct 10, 2019

The spread syntax in javascript allows an iterable (array, strings, or object literals) to expand in places where zero or more arguments are expected. Why is this useful? Let's find out!