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/06-advanced-functions/06-function-object/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
@@ -91,7 +91,7 @@ alert(f2.length); // 2
91
91
alert(many.length); // 2
92
92
```
93
93
94
-
Как мы видим, троеточие, обозначающее "остаточные параметры", здесь как бы "не считается"
94
+
Как мы видим, троеточие, обозначающее "остаточные параметры", здесь как бы "не считается".
95
95
96
96
Свойство `length` иногда используется для [интроспекций](https://ru.wikipedia.org/wiki/Интроспекция_(программирование)) в функциях, которые работают с другими функциями.
0 commit comments