We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cceb7cb commit 6eccd9dCopy full SHA for 6eccd9d
1-js/06-advanced-functions/10-bind/article.md
@@ -72,7 +72,7 @@ setTimeout(() => user.sayHi(), 1000); // Hello, John!
72
73
Looks fine, but a slight vulnerability appears in our code structure.
74
75
-What if before `setTimeout` triggers (there's one second delay!) `user` changes value? Then, suddenly, the it will call the wrong object!
+What if before `setTimeout` triggers (there's one second delay!) `user` changes value? Then, suddenly, it will call the wrong object!
76
77
78
```js run
0 commit comments