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

length()
push()
add()
amend ()

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