rearg
Creates a function that invokes the provided function with its arguments arranged according to the specified indexes.
- Use
Array.prototype.map()to reorder arguments based onindexes. - Use the spread operator (
...) to pass the transformed arguments tofn.