Q. Which method can be used to join array elements into a string?
β
Correct Answer: (A)
join()
Explanation: join() joins all elements of an array into a string.