Q. Which method adds an element at the end of an array?
β
Correct Answer: (A)
push()
Explanation: The push() method adds an element at the end of an array.