pull/826/merge
Henry Hart Alegrado 2 years ago committed by GitHub
commit 55fbe3f881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -517,7 +517,7 @@ Slice: To cut out a multiple items in range. It takes two parameters:starting an
#### Splice method in array
Splice: It takes three parameters:Starting position, number of times to be removed and number of items to be added.
Splice: It takes three parameters: Starting position, number of elements to remove (optional) and number of elements to add (optional).
```js
const numbers = [1, 2, 3, 4, 5]

Loading…
Cancel
Save