Programming (Year 12)
Arrays
Which of the following methods is used to add an element to the end of an array in JavaScript?
push()
pop()
shift()
unshift()
Next