Coursesโ€บ Mastering TypeScript: Zero to Productionโ€บ Lesson 4: Arrays & Tuples
4 of 6
66% done
๐Ÿ”’

This lesson is part of the full course on Udemy.

Unlock on Udemy โ†’

Lesson 4: Arrays & Tuples ๐Ÿ”’ LOCKED

Arrays hold many values of the same type. Tuples hold a fixed number of values of known types. const scores: number[] = [98, 72, 85]; const point: [number, number] = [12, 4]; // tuple const pair: [string, boolean] = ["ok",...

Continue this course on Udemy

This lesson is a preview. The full video walkthrough, for $19, is hosted on Udemy โ€” JekyllLMS just links out, no markup added.

Continue on Udemy โ†’