What's the output?
let greeting; greetign = {}; // Typo! console.log(greetign);
{}
ReferenceError: greetign is not defined
undefined