Question: What prints to the console when executing this code?

  1. nil
  2. Nothing - this code contains an error
  3. Optional("test")
  4. test

Answer: The correct answer of the above question is Option C:Optional("test")