Skip to content

Commit 95071a1

Browse files
authored
translated
1 parent 3c6e3b2 commit 95071a1

File tree

1 file changed

+3
-3
lines changed
  • 1-js/04-object-basics/04-object-methods/3-why-this

1 file changed

+3
-3
lines changed

1-js/04-object-basics/04-object-methods/3-why-this/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ importance: 3
22

33
---
44

5-
# Explain the value of "this"
5+
# Określ wartość "this:
66

7-
In the code below we intend to call `obj.go()` method 4 times in a row.
7+
W poniższym kodzie chcemy wywołać metodę `obj.go()` cztery razy pod rząd.
88

9-
But calls `(1)` and `(2)` works differently from `(3)` and `(4)`. Why?
9+
Jednak wywołania `(1)` i `(2)` działają inaczej niż `(3)` i `(4)`. Dlaczego?
1010

1111
```js run no-beautify
1212
let obj, method;

0 commit comments

Comments
 (0)