Skip to content

Remove

The remove function essentially works as an inverse to the filter function. It takes an array and a boolean expression and returns a filtered array containing only the elements that don't match the expression.

See [[filter]] for info on how the function behaves.