0 / 60 seg.

What is the output of this code?

let x = 6 + 3 + '3';
console.log(x);