Beginner TypeScript
Q2 / 100

Which file extension is used for TypeScript files?

Correct! Well done.

Incorrect.

The correct answer is C) .ts

C

Correct Answer

.ts

Explanation

TypeScript source files use the .ts extension; .tsx is used for files containing JSX syntax.

Progress
2/100