JS

JavaScript Code Output Challenge - output of the c...

27.

What is the output of the following code?

console.log(5 + "5");

"10"

55

10

"55"