typescript basic concepts
A tuple is a typed array with a pre-defined length and types for each index.
allow us to provide context for our values at each index. destructive tuple: Since tuples are arrays we can also destructure them
| Name | Name | Last commit date | ||
|---|---|---|---|---|
typescript basic concepts
A tuple is a typed array with a pre-defined length and types for each index.
allow us to provide context for our values at each index. destructive tuple: Since tuples are arrays we can also destructure them