Filters the values in an iterator omnly returning items fro which the filter function returns a true-ish value
Iterator
Filter function
Array.prototype.filter
Filters the values in an iterator omnly returning items fro which the filter function returns a true-ish value