QuizBeginner
Tuple Types Basics
A tuple type describes an array with a fixed number of elements of known types.
Which type correctly describes a value like ['Alice', 30] — a string followed by a number?
A tuple type describes an array with a fixed number of elements of known types.
Which type correctly describes a value like ['Alice', 30] — a string followed by a number?