Question: What is the result in the console of running this code?

  1. `undefined`
  2. `window`
  3. `{desc: "logger"}`
  4. `function`

Answer: The correct answer of the above question is Option C:`{desc: "logger"}`