What does it look like? Three dots. What does it do? The spread operator allows an expression to be expanded in places where multiple elements/variables/arguments are expected. Boring stuff out of the way, let’s look at a bunch of examples to better understand what in the heck the spread operator actually is.
Full article