array-filter Flashcards

1
Q

What does Array.filter do?

A

Need to assign array filter to variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What should the callback function return

A

returns booelena truthy, falsey value. If truthy then it will add.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Array.filter useful for?

A

used in arrays

How well did you know this?
1
Not at all
2
3
4
5
Perfectly