Which array method returns a new array with all elements that pass a specified test provided by a function?
A) map()
B) filter()
C) reduce()
D) forEach()
Which array method returns a new array with all elements that pass a specified test provided by a function?
A) map()
B) filter()
C) reduce()
D) forEach()