array-filter Flashcards
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
LFZ JS Flash Cards > array-filter > Flashcards
What is Array.prototype.filter useful for?
Going through an array and selecting the ones that match the given expression if it is true