Question: What happens when you run this code?
- It will throw a `ReferenceError` about `x`.
- It will print `18`.
- It will print `undefined`.
- It will throw a `ReferenceError` about `y`.
Answer: The correct answer of the above question is Option D:It will throw a `ReferenceError` about `y`.