undefined variable

let x;

console.log(x);
//Result: 
//undefined