πŸ“Š JavaScript
Q. Which function does the reverse of split()?
  • (A) append()
  • (B) unite()
  • (C) join()
  • (D) concat()
πŸ’¬ Discuss
βœ… Correct Answer: (C) join()

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
262
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yogesh
Publisher
πŸ“ˆ
97%
Success Rate