The type of elements in the array / 数组元素的类型
if true, the value is removed, false otherwise. / 如果成功移除,返回 true, 否则返回 false
This function mutates the original array in place. It uses Array.prototype.splice to remove the element.
此函数会直接修改原数组。它使用 Array.prototype.splice 移除元素。
also remove
Remove value by predicate function from array
通过 predicate 方法,从数组中移除值