Question: What does this code print to the console?

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

Answer: The correct answer of the above question is Option A:`[1,2,5,7]`