Question: What is the output of this code?

  1. `[1,2,4,5]`
  2. `[1,3,4,5]`
  3. `[3,4,5]`
  4. `[1,2,3]`

Answer: The correct answer of the above question is Option B:`[1,3,4,5]`