Update and rename compose.md to compose-functions.md
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
### Compose
|
### Compose functions
|
||||||
|
|
||||||
Use `Array.reduce()` with the spread operator (`...`) to perform right-to-;eft function composition.
|
Use `Array.reduce()` with the spread operator (`...`) to perform right-to-;eft function composition.
|
||||||
The last (rightmost) function can accept one or more arguments; the remaining functions must be unary.
|
The last (rightmost) function can accept one or more arguments; the remaining functions must be unary.
|
||||||
Reference in New Issue
Block a user