Q. Which method adds an element at the end of an array? (A) push() (B) add() (C) insert() (D) append() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) push() Explanation: The push() method adds an element at the end of an array.