What does Array.prototype.filter() return?
Array.prototype.filter()
A single accumulated numeric value.
The original array after all failing elements are deleted in place.
A new array containing the elements for which the callback returned a truthy result.
Only the first matching element.