const pair: [string, string] = ['Jackie', 'Daytona']; // Tuple with the same type
const mixedPair: [string, number] = ['Nandor the Relentless', 900]; // Tuple with mixed types