Q. What is the result of '5' + 3 in JavaScript?

  • (A) 53
  • (B) 8
  • (C) Error
  • (D) NaN
πŸ’¬ Discuss
βœ… Correct Answer: (A) 53
Explanation: The + operator concatenates when one operand is a string.
Explanation by: Mr. Dubey
The + operator concatenates when one operand is a string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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