What is the value of y?
let x = ["1", "2"].dropFirst() let y = x[0]
nil
2
1
This code contains an error