array-filter Flashcards
(1 cards)
1
Q
What is Array.prototype.filter useful for?
A
Going through an array and selecting the ones that match the given expression if it is true
What is Array.prototype.filter useful for?
Going through an array and selecting the ones that match the given expression if it is true