Creates an array excluding all provided values using SameValueZero for equality comparisons.
The array to filter.
Rest
The values to exclude.
Returns the new array of filtered values.
Creates an array excluding all provided values using SameValueZero for equality comparisons.