Arrays and Tuples
TypeScript provides type safety for arrays and fixed-length tuples.
Array Types
Two ways to define array types:
Array Operations
Tuples
Fixed-length arrays with specific types at each position:
Tuple with Labels
Optional Tuple Elements
Rest Elements
Readonly Arrays and Tuples
Exercise: Create Arrays and Tuples
Create the requested arrays and tuples:

