Quiz: Introduction to TypeScript
Test your understanding of TypeScript’s core principles, static typing benefits, and real-world configuration.
We'll cover the following...
We'll cover the following...
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.
Question 1 of 50 attempted
...