Skip to content

Commit bb5e6b8

Browse files
lex111ValeriiGri
andauthored
Update 1-js/05-data-types/04-array/article.md
Co-Authored-By: ValeriiGri <valeragg65@gmail.com>
1 parent accf579 commit bb5e6b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/05-data-types/04-array/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ alert( arr[1].name ); // Джон
7878
arr[3](); // привет
7979
```
8080

81-
````smart header="Trailing comma"
81+
````smart header="Висячая запятая"
8282
Массив, так же, как и объект, может оканчиваться запятой:
8383
```js
8484
let fruits = [

0 commit comments

Comments
 (0)