What is the result of the following code?
console.log(String(123) + String(456));
"579"
579
123456
"123456"