Dev.bg: All in One ’24 – Lab08 Frontend Question №2

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()