Q. What will be the output of '2' * 3 in JavaScript?
β
Correct Answer: (A)
6
Explanation: The multiplication operator converts the string '2' to a number before multiplying.