Tagged “curry”
-
TIL A practical Curry Example curry advanced javascript
Currying is a programming technique where you take a function with multiple arguments, and you turn it into smaller sequential functions where you pass one argument at a time. But many use-cases kinda suck
See all tags.