Beginner TypeScript
Q3 / 100

Which command compiles a TypeScript file to JavaScript using the TypeScript compiler?

Correct! Well done.

Incorrect.

The correct answer is A) tsc app.ts

A

Correct Answer

tsc app.ts

Explanation

The TypeScript compiler command "tsc" compiles .ts files into .js files.

Progress
3/100