We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b8f2e commit cd988ddCopy full SHA for cd988dd
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 us to use 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