We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6820e00 commit d6f9fb4Copy full SHA for d6f9fb4
1-js/06-advanced-functions/10-bind/5-question-use-bind/solution.md
@@ -1,7 +1,7 @@
1
2
El error se produce porque `askPassword` obtiene las funciones `loginOk/loginFail` sin el objeto.
3
4
-Cuando los llama, es natural que asuman `this = undefined`.
+Cuando las llama, estas asumen `this = undefined`.
5
6
Vamos a usar `bind` para enlazar el contexto:
7
0 commit comments