0 / 60 seg.

What value is printed when executing the following code?

let x = false;
let y = !x ? 1 : 0;
console.log(y);