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...
We'll cover the following...
Technical Quiz
1.
What is the inferred type of the variable declared as let data;
?
A.
undefined
B.
string
C.
any
D.
null
1 / 5
...