0 / 60 seg.

What value is printed when executing the following code?

let m = 1, n = 2;
let result = (m > n) && (m <= n);
console.log(result);