We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1561e8b commit bb49245Copy full SHA for bb49245
1 file changed
1-js/4-data-structures/7-array/1-get-last-in-array/solution.md
@@ -6,7 +6,7 @@
6
var fruits = ["Яблоко", "Груша", "Слива"];
7
```
8
9
-Длина массива этого массива `fruits.length` равна `3`. Здесь "Яблоко" имеет индекс `0`, "Груша" -- индекс `1`, "Слива" -- индекс `2`.
+Длина этого массива `fruits.length` равна `3`. Здесь "Яблоко" имеет индекс `0`, "Груша" -- индекс `1`, "Слива" -- индекс `2`.
10
11
То есть, для массива длины `goods`:
12
0 commit comments