Array Methods Quiz

Complete this assessment with 100% score to master this chapter.

01Which method adds a new element to the END of an array?

02Which array method creates a NEW array with only the elements that pass a test function?

03What is the difference between slice() and splice()?

04What does the reduce() method do?

05Binary search is faster than linear search, but it has one critical requirement. What is it?