0 / 60 seg.

What does the following code return?

let x = 5;
let y = 10;
console.log(x > y);