Truthy & Falsy Values

What will be the value of x after this code executes? let x = null; let y = 5; x = x && y;
Next Question (12/30)