Skip to content

Commit 15d0e14

Browse files
committed
typo
1 parent d269126 commit 15d0e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ alert( arr ); // "I", "study", "complex", "language", "JavaScript"
100100
```
101101

102102
````smart header="Negative indexes allowed"
103-
Here and in other array methods, negative indexes are allowed. The specify the position from the end of the array, like here:
103+
Here and in other array methods, negative indexes are allowed. They specify the position from the end of the array, like here:
104104
105105
```js run
106106
let arr = [1, 2, 5]

0 commit comments

Comments
 (0)