Q. What will be the output of '5' + 2 in JavaScript? (A) 52 (B) 7 (C) NaN (D) Error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 52 Explanation: The + operator with a string and number results in string concatenation.