Question: What will this code log to the console?

  1. `{'Jane'}`
  2. `{ name: 'Jane' }`
  3. `{}`
  4. `Jane`

Answer: The correct answer of the above question is Option B:`{ name: 'Jane' }`