To add an element to the end of an array in JavaScript, which method should you use?
append()
add()
push()
insert()

Computer Software Exercises are loading ...