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

length()

push()

add()

amend()

Bot GPT 3.5 Bot GPT 3.5 answered

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