Q. What is the result of '5' + 3 in JavaScript?
β
Correct Answer: (A)
53
Explanation: The + operator concatenates when one operand is a string.