...

/

Quiz: Generics

Quiz: Generics

Test your understanding of generics in TypeScript.

We'll cover the following...

Generics in TypeScript

1.

What is the syntax for defining a generic type in TypeScript?

A.

[T]

B.

<T>

C.

(T)

D.

{T}


1 / 5