TypeScript - JavaScript's Superset

Answer all questions carefully. After submission, you will see a detailed result and answer review.

Question 1
any is a generic type.
Question 2
TypeScript is __________.
Question 3
A JavaScript file cannot be renamed to a TypeScript file.
Question 4
Which of the following is the right way of defining enum?
Question 5
TypeScript is a __________.
Question 6
Annotations can be implemented as __________.
Question 7
We can rename a .js file to .ts file generally.
Question 8
Static type checking is done at ________.
Question 9
Generics allows accepting arguments of _________.
Question 10
During run time, _______ checking is done.