We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efe0dc commit 95163bbCopy full SHA for 95163bb
1-js/05-data-types/04-array/article.md
@@ -281,7 +281,7 @@ Why is it faster to work with the end of an array than with its beginning? Let's
281
fruits.shift(); // take 1 element from the start
282
```
283
284
-It's not enough to take and remove the element with the number `0`. Other elements need to be renumbered as well.
+It's not enough to take and remove the element with the index `0`. Other elements need to be renumbered as well.
285
286
The `shift` operation must do 3 things:
287
0 commit comments