Which method adds a new element to the end of an array in JavaScript ?
push()
pop()
shift()
unshift()
Submit