1.
What is TypeScript?
A superset of JavaScript.
A language used for building large-scale applications.
A statically typed programming language.
All of the above.
Correct: D
TypeScript is a superset of JavaScript that adds static typing and other features to enhance JavaScript development. It is often used for building large-scale applications where type annotations and other TypeScript features can help catch potential errors and improve code quality.
1 / 30