Quiz: TypeScript Basics
Test your understanding of the basics of TypeScript in this lesson.
We'll cover the following...
TypeScript Basics
1
How does TypeScript handle type compatibility?
A)
TypeScript allows any valid type to be assigned to any variable.
B)
TypeScript automatically converts incompatible types.
C)
TypeScript only allows compatible types to be assigned to a variable.
D)
TypeScript does not handle type compatibility.
Question 1 of 60 attempted