We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd84b0c + 6ebd519 commit 3d009bfCopy full SHA for 3d009bf
1-js/05-data-types/05-array-methods/article.md
@@ -11,7 +11,7 @@ We already know methods that add and remove items from the beginning or the end:
11
- `arr.shift()` -- extracts an item from the beginning,
12
- `arr.unshift(...items)` -- adds items to the beginning.
13
14
-Here are few others.
+Here are a few others.
15
16
### splice
17
0 commit comments