Question: What two values will this code print?

  1. `1` then `1`
  2. `1` then `undefined`
  3. `undefined` then `undefined`
  4. `undefined` then `1`

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