Q. Which method adds elements to the end of an array? (A) push() (B) pop() (C) shift() (D) unshift() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) push() Explanation: push() appends elements to the end of an array.