0 / 60 seg.

What will be logged to the console?

const x = 6 % 2;
const y = x ? 'One' : 'Two';
console.log(y);