Which method will add an item to the end of a JavaScript array?
length()
push()
add()
amend ()
1 answer
The correct method to add an item to the end of a JavaScript array is `push()`.
length()
push()
add()
amend ()
1 answer