pull/396/merge
Taha 2 years ago committed by GitHub
commit 4122ec4e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -521,7 +521,7 @@ Splice: It takes three parameters:Starting position, number of times to be remov
```js ```js
const numbers = [1, 2, 3, 4, 5] const numbers = [1, 2, 3, 4, 5]
numbers.splice() numbers.splice(0)
console.log(numbers) // -> remove all items console.log(numbers) // -> remove all items
``` ```

Loading…
Cancel
Save