Skip to content

Commit bb49245

Browse files
committed
удалено лишнее слово
1 parent 1561e8b commit bb49245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/4-data-structures/7-array/1-get-last-in-array

1-js/4-data-structures/7-array/1-get-last-in-array/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
var fruits = ["Яблоко", "Груша", "Слива"];
77
```
88

9-
Длина массива этого массива `fruits.length` равна `3`. Здесь "Яблоко" имеет индекс `0`, "Груша" -- индекс `1`, "Слива" -- индекс `2`.
9+
Длина этого массива `fruits.length` равна `3`. Здесь "Яблоко" имеет индекс `0`, "Груша" -- индекс `1`, "Слива" -- индекс `2`.
1010

1111
То есть, для массива длины `goods`:
1212

0 commit comments

Comments
 (0)