...

/

Quiz: Type System and Type Errors

Quiz: Type System and Type Errors

Reinforce your understanding of TypeScript’s type system and most common pitfalls with a short quiz.

We'll cover the following...
1

What is the inferred type of the variable declared as let data;?

A)

undefined

B)

string

C)

any

D)

null

Question 1 of 50 attempted
...