Knowledge check

Completed

Choose the best response for each of the following questions:

1.

What is the relationship between TypeScript and JavaScript?

2.

Why is it necessary to compile (or transpile) TypeScript code to JavaScript before you can use it in your applications?

3.

What does the command npm install -g typescript do?