Q. Which method can be used to join array elements into a string?

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

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