Skip to content

Commit b667e1f

Browse files
authored
Change: Translate of the task file in the why-this section
1 parent 4583b75 commit b667e1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • 1-js/99-js-misc/04-reference-type/3-why-this

1-js/99-js-misc/04-reference-type/3-why-this/task.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
importance: 3
1+
میزان سختی سوال: 3
22

33
---
44

5-
# Explain the value of "this"
5+
# مقدار "this" را توضیح دهید.
66

7-
In the code below we intend to call `obj.go()` method 4 times in a row.
7+
در کد زیر قصد داریم متد `()obj.go` را در 4 موقعیت مختلف اجرا کنیم.
88

9-
But calls `(1)` and `(2)` works differently from `(3)` and `(4)`. Why?
9+
ولی پاسخ موقعیت (1) و (2) با موقعیت (3) و (4) متفاوت است. چرا؟
1010

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

0 commit comments

Comments
 (0)