Q. What is the result of '5' + 3 in JavaScript? (A) 53 (B) 8 (C) Error (D) NaN ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 53 Explanation: The + operator concatenates when one operand is a string.