|
|
|
|
|
by freefal67
3191 days ago
|
|
"JavaScript doesn’t include this out of the box, but it’s an interesting exercise to write your own." I may be misunderstanding point-free notation (I had never heard of it before), but I think `bind` (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...) let's a programmer provide some of the arguments to a function and returns a new function that requires only the remaining arguments. |
|