Truthy & Falsy Values

What will this code output? let a = 0; let b = 'false'; console.log(a || b);
Next Question (18/30)