Fix a Typo
This commit is contained in:
parent
cd84b0c743
commit
6ebd5191eb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ We already know methods that add and remove items from the beginning or the end:
|
|||
- `arr.shift()` -- extracts an item from the beginning,
|
||||
- `arr.unshift(...items)` -- adds items to the beginning.
|
||||
|
||||
Here are few others.
|
||||
Here are a few others.
|
||||
|
||||
### splice
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue