

What happens if you uncomment the second line?
Trace the program the way the computer would, then make your call before running anything.
let spot: [string, number] = ['Dock', 22]; // spot[0] = 99; console.log(spot[0]);


Trace the program the way the computer would, then make your call before running anything.
let spot: [string, number] = ['Dock', 22]; // spot[0] = 99; console.log(spot[0]);