Question from the Javascript test

What is the output of the following code? ```js console.log(3 + 4 + "5"); ```

Easy

What is the output

console.log(3 + 4 + "5");
Author: Vincent CotroStatus: PublishedQuestion passed 188 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!