FlashcardBeginner
Tuple types
Tuples are arrays with a fixed length and known types per position.
Question
What is a tuple type in TypeScript?
Click to reveal answer
Tuples are arrays with a fixed length and known types per position.
What is a tuple type in TypeScript?