Skip to content
AtomicReps

Navigation

19/25Frontend

TypeScript.

Static type system for JavaScript at any scale.

  • TypeScript · 1 of 3

    Types & Inference

    Which annotation describes an array of numbers?

  • TypeScript · 2 of 3

    Template Literal Types

    Given type T = "on" | "off", which type expression yields the union "onClick" | "offClick" using template literal types?

  • TypeScript · 3 of 3

    Template Literal Types

    Why might TypeScript produce a combinatorial explosion with template literal types?

Three of the 1,522 TypeScript questions in the bank.

Keep going with TypeScript, free
Next topic · 20/25UX Design.