array-filter Flashcards
1
Q
What is Array.prototype.filter useful for?
A
Creating a shallow copy of a portion of a given array, filtered down to just the elements that pass the test implemented by the provided function
Coding Bootcamp LFZ > array-filter > Flashcards
What is Array.prototype.filter useful for?
Creating a shallow copy of a portion of a given array, filtered down to just the elements that pass the test implemented by the provided function
Coding Bootcamp LFZ (94 decks)