The _______ method of an Array object adds and/or removes elements from an array.
a) Reverse
b) Shift
c) Slice
d) Splice
Ans : D
Reason: The splice() method returns the removed item(s) in an array and slice() method returns the selected element(s) in an array, as a new array object