Spread is the opposite of rest. We take an array and spread it out. To several parameters. Here is an example…
This syntax looks very similar to the rest parameter syntax. The difference is instead of just “dumping” the rest of the parameters to the function, here we are saying spread out these array entries to the function parameters.