Filter an ArrayLike based on a condition. Useful on types like HTMLCollection which lack Array.prototype.filter
List of items to filter.
Callback to filter
Filtered array
Filter an ArrayLike based on a condition. Useful on types like HTMLCollection which lack Array.prototype.filter