#
spread
Function • Returns a function that accepts an array of arguments and passes them to the given function.
spread function → function
Arguments
| name | type | description |
|---|---|---|
| function | Any |
Returns
| name | type | description |
|---|---|---|
| function | Any |