Q. Which function does the reverse of split()?
β
Correct Answer: (C)
join()
Explanation: The join() method joins the elements of an array into a string and returns the string.