Update 05_day_arrays.md

pull/429/head
Abdurrahman Ayyıldız 3 years ago committed by GitHub
parent f0f1e662ae
commit 173c5786ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save