What does the following code return?
let x = 5; let y = 10; console.log(x > y);
true
false
undefined
Error