Question from the Javascript test

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