Q. Which method joins array elements into a string?

  • (A) join()
  • (B) concat()
  • (C) merge()
  • (D) combine()
πŸ’¬ Discuss
βœ… Correct Answer: (A) join()
Explanation: The join() method joins all elements of an array into a string.
Explanation by: Mr. Dubey
The join() method joins all elements of an array into a string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
79
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate