juxt
Summary
Applies a series of functions to a series of values.
Description
Take one or more functions then take one or more values. Return an array with the results of applying each function to the values.
Examples
Producing a restaurant bill:
1 2 3 4 5 6 7 8 9 |
|
Parameters
Name | Type | Description |
---|---|---|
fn | function |
Return
function