Q. Which method joins array elements into a string? (A) join() (B) concat() (C) merge() (D) combine() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) join() Explanation: The join() method joins all elements of an array into a string.