array Flashcards
1
Q
What is Array.prototype.filter useful for?
A
good for getting a shorter array from original by passing tests.
2
Q
What is Array.prototype.map useful for?
A
performing some action on each element of array
3
Q
What is Array.prototype.reduce useful for?
A
modifying an array