TypeScript

Labels do not create object properties in TypeScript

TypeScriptAdvanced TuplesLabeled Tuplesadvanced

What this snippet does

Tuple labels are strictly for editor tooling and documentation; the runtime value remains an array with numeric indices.

Expected output

undefined

Why practise typing this

Typing advanced tuples code builds muscle memory for the symbols and indentation TypeScript uses most, which prose-based typing tests never cover. DevType measures your words per minute and accuracy on this snippet and tracks the individual characters you mistype, so later lessons can target them.

More TypeScript practice

Browse all TypeScript snippets →