Skip to content

Commit 102eeb0

Browse files
committed
Merge branch 'master' of github.com:javascript-tutorial/en.javascript.info into sync-34a80e70
2 parents 62378dd + 34a80e7 commit 102eeb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/06-advanced-functions/10-bind/5-question-use-bind

1-js/06-advanced-functions/10-bind/5-question-use-bind/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
The error occurs because `ask` gets functions `loginOk/loginFail` without the object.
2+
The error occurs because `askPassword` gets functions `loginOk/loginFail` without the object.
33

44
When it calls them, they naturally assume `this=undefined`.
55

0 commit comments

Comments
 (0)