Question: What happens when you run this code?

  1. It will throw a `ReferenceError` about `x`.
  2. It will print `18`.
  3. It will print `undefined`.
  4. 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`.