JS

Arrays in JavaScript - Method used to add elements...

14.

Which array method is used to add elements to the end of an array?

push()

splice()

pop()

shift()