A

Admin • 828.03K Points
Coach

Q. Which function does the reverse of split()?

  • (A) append()
  • (B) unite()
  • (C) join()
  • (D) concat()
  • Correct Answer - Option(C)
  • Views: 13
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
The join() method joins the elements of an array into a string and returns the string.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.