Update and rename remove.md to array-remove.md

This commit is contained in:
Angelos Chalaris
2017-12-15 13:50:46 +02:00
committed by GitHub
parent a95b89a958
commit 1b68287908

View File

@ -1,4 +1,4 @@
### Remove
### Array remove
Use `Array.filter()` to find array elements that return truthy values and `Array.reduce()` to remove elements using `Array.splice()`.
The `func` is invoked with three arguments (`value, index, array`).