What does this code print?
let names = ["Bear", "Tony", "Svante"] print(names[1] + "Bear")
Nothing, this code is invalid References:
TonyBear
BearBear
1Bear