Which method will add an item to the end of a JavaScript array?

length()

push()

add()

amend()

1 answer

The method `push()` will add an item to the end of a JavaScript array.