0 / 60 seg.

What is the result of the following code?

let u = false, v = true;
let w = (u || v) && (u && v);
console.log(w);