You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partial application helps create simpler functions from more complex ones by baking in data when you have it. [Curried](#currying) functions are automatically partially applied.
117
+
102
118
## Currying
103
119
104
120
The process of converting a function that takes multiple arguments into a function that takes them one at a time.
0 commit comments