We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144a2fe commit 2b57bdaCopy full SHA for 2b57bda
1-js/04-object-basics/04-object-methods/3-why-this/task.md
@@ -4,7 +4,7 @@ importance: 3
4
5
# Explain the value of "this"
6
7
-In the code above we intend to call `user.go()` method 4 times in a row.
+In the code below we intend to call `user.go()` method 4 times in a row.
8
9
But calls `(1)` and `(2)` works differently from `(3)` and `(4)`. Why?
10
0 commit comments