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 3c6e3b2 commit 95071a1Copy full SHA for 95071a1
1-js/04-object-basics/04-object-methods/3-why-this/task.md
@@ -2,11 +2,11 @@ importance: 3
2
3
---
4
5
-# Explain the value of "this"
+# Określ wartość "this:
6
7
-In the code below we intend to call `obj.go()` method 4 times in a row.
+W poniższym kodzie chcemy wywołać metodę `obj.go()` cztery razy pod rząd.
8
9
-But calls `(1)` and `(2)` works differently from `(3)` and `(4)`. Why?
+Jednak wywołania `(1)` i `(2)` działają inaczej niż `(3)` i `(4)`. Dlaczego?
10
11
```js run no-beautify
12
let obj, method;
0 commit comments