array-filter Flashcards
1
Q
What does Array.filter do?
A
Need to assign array filter to variable
2
Q
What should the callback function return
A
returns booelena truthy, falsey value. If truthy then it will add.
3
Q
What is Array.filter useful for?
A
used in arrays