Beginner TypeScript
Q1 / 100

What is TypeScript primarily known as?

Correct! Well done.

Incorrect.

The correct answer is B) A superset of JavaScript that adds static typing

B

Correct Answer

A superset of JavaScript that adds static typing

Explanation

TypeScript is a strict syntactical superset of JavaScript that adds optional static types, compiled down to plain JavaScript.

Progress
1/100