...

/

Quiz: Introduction to TypeScript

Quiz: Introduction to TypeScript

Test your understanding of TypeScript’s core principles, static typing benefits, and real-world configuration.

We'll cover the following...
Technical Quiz
1.

What does it mean that TypeScript is a superset of JavaScript?

A.

TypeScript replaces JavaScript.

B.

TypeScript is a stricter version of JavaScript.

C.

Every JavaScript program is also valid TypeScript.

D.

TypeScript cannot run in browsers directly.


1 / 5
...