You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/99-js-misc/04-reference-type/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ hi(); // است undefiend برابر با this خطا! چون مقدار
95
95
96
96
درنتیجه, تنها درصورتی مقدار `this` به درستی پاس میشود که مستقیما فانکشن را با استفاده از نقطه `obj.method()` یا براکت باز و بسته `obj['method']()` صدا بزنیم. راه های مختلفی برای رفع این مشکل هست مثل [func.bind()](/bind#solution-2-bind).
97
97
98
-
## خلاصه مطلب
98
+
## خلاصه
99
99
100
100
تایپ مرجعی یا Reference Type ها نوع داده داخلی در زبان جاوااسکریپت هستند.
0 commit comments