Skip to content

Commit cb6afc2

Browse files
committed
Finalizing draft
1 parent d43d6c9 commit cb6afc2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

translations/ru_RU/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,13 +866,13 @@
866866
// 6.A.3.1
867867
// Строки
868868
869-
`dog` - строка
869+
`dog` это строка
870870
871871
872872
// 6.A.3.2
873873
// Массивы
874874
875-
`dogs` - массив строк `dog`
875+
`dogs` это массив строк `dog`
876876
877877
878878
// 6.A.3.3
@@ -903,7 +903,9 @@
903903
methodNamesLikeThis;
904904
SYMBOLIC_CONSTANTS_LIKE_THIS;
905905
906-
B. Лица `this`
906+
```
907+
908+
B. "Лица" `this`
907909

908910
Кроме хорошо известного применения `call` и `apply`, старайтесь использовать `.bind( this )`или его функциональный эквивалент для объявления `СвязаннойФункции` для дальнейшего вызова. Создание алиаса является последней мерой, если другие решения не подходят.
909911

0 commit comments

Comments
 (0)