Skip to content

Commit 7bad527

Browse files
authored
Typo
1 parent 48d233c commit 7bad527

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/11-currying-partials/1-ask-currying

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/11-currying-partials/1-ask-currying/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The task is a little more complex variant of <info:task/question-use-bind>.
88

99
The `user` object was modified. Now instead of two functions `loginOk/loginFail`, it has a single function `user.login(true/false)`.
1010

11-
What to pass `askPassword` in the code below, so that it calls `user.login(true)` as `ok` and `user.login(fail)` as `fail`?
11+
What to pass `askPassword` in the code below, so that it calls `user.login(true)` as `ok` and `user.login(false)` as `fail`?
1212

1313
```js
1414
function askPassword(ok, fail) {

0 commit comments

Comments
 (0)