0
3
GGGiovanny Gongora
Tuple types allow you to express an array where the type of a fixed number of elements is known, but need not be the same.
const address: [string, number] = ["Codiga", 42];
0
3
GGGiovanny Gongora
Tuple types allow you to express an array where the type of a fixed number of elements is known, but need not be the same.
const address: [string, number] = ["Codiga", 42];