Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 918d500

Browse files
authoredJan 15, 2025
Merge pull request #41 from javascript-tutorial/master
merge for me
2 parents ad91fc1 + fbab595 commit 918d500

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

‎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)
Please sign in to comment.