How To Use the filter() Array Method in JavaScript
Clear, original guide to the JavaScript Array filter method (array.prototype.filter): syntax, callback parameters, examples for numbers and objects, deduplication, polyfill, and comparisons to map/find.