0 / 60 seg.

What does the following code return?

let x = "hello";
let y = "world";
console.log(x + " " + y);