JS

Arrays in JavaScript - Method to remove or replace...

13.

Which array method is used to remove and/or replace elements in an array?

splice()

concat()

slice()

push()