Question: What is the output of this code?

  1. `ReferenceError: obj is not defined`
  2. `{}`
  3. `undefined`
  4. `null`

Answer: The correct answer of the above question is Option C:`undefined`