以下のコードで正しく動作するものはどれですか? ```typescript let mixedArray: (string | number)[] = ["田中", 25]; ```