This commit is contained in:
Brent Guffens 2018-01-31 13:21:23 +01:00 committed by GitHub
parent aeabf4bf9b
commit f426fd6113
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ libs:
# Currying and partials # Currying and partials
Till now we were only talking about binding `this`. Now let's make a step further. Until now we have only been talking about binding `this`. Let's take it a step further.
We can bind not only `this`, but also arguments. That's rarely done, but sometimes can be handy. We can bind not only `this`, but also arguments. That's rarely done, but sometimes can be handy.