We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9afaf3 + bbf3a44 commit 5a3db89Copy full SHA for 5a3db89
1 file changed
1-js/05-data-types/04-array/article.md
@@ -98,7 +98,7 @@ The "trailing comma" style makes it easier to insert/remove items, because all l
98
99
Let's say we want the last element of the array.
100
101
-Some programming languages allow to use negative indexes for the same purpose, like `fruits[-1]`.
+Some programming languages allow the use of negative indexes for the same purpose, like `fruits[-1]`.
102
103
Although, in JavaScript it won't work. The result will be `undefined`, because the index in square brackets is treated literally.
104
0 commit comments