There was an error while loading. Please reload this page.
1 parent 4583b75 commit b667e1fCopy full SHA for b667e1f
1 file changed
1-js/99-js-misc/04-reference-type/3-why-this/task.md
@@ -1,12 +1,12 @@
1
-importance: 3
+میزان سختی سوال: 3
2
3
---
4
5
-# Explain the value of "this"
+# مقدار "this" را توضیح دهید.
6
7
-In the code below we intend to call `obj.go()` method 4 times in a row.
+در کد زیر قصد داریم متد `()obj.go` را در 4 موقعیت مختلف اجرا کنیم.
8
9
-But calls `(1)` and `(2)` works differently from `(3)` and `(4)`. Why?
+ولی پاسخ موقعیت (1) و (2) با موقعیت (3) و (4) متفاوت است. چرا؟
10
11
```js run no-beautify
12
let obj, method;
0 commit comments