What does this display in the console?

['Anna', 16, 'Joe', 17]['Anna', 'Joe', 16, 17]Nothing, we can't join lists with mixed types['Joe', 17, 'Anna', 16]

['Anna', 16, 'Joe', 17].