πŸ“Š JavaScript
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

πŸ‘οΈ
62
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate