pull/429/merge
GÖRÜNMEYİP GÖRÜNTÜRTTÜRTEN SAATİN İNANAN ELÇİSİ 6 months ago committed by GitHub
commit 84ca6c557d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -522,7 +522,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()
console.log(numbers) // -> remove all items console.log(numbers) // -> don't remove any items
``` ```

Loading…
Cancel
Save