beginner25 minby DevFox

Arrays and Tuples

Ordered collections of a single type, fixed-length tuples where position carries meaning, and the index access that types promise but do not check.

  • TypeScript