Which JavaScript method is used to append an element to the end of an array?
shift()
pop()
push()
unshift()

Information Technology Exercises are loading ...