TYPESCRIPT Interview Practice #2

Q1. What are the way to organize code in typescript?







Q2. Which of the following is a filename extension for typescript?







Q3. Among which of the following computer programming language influenced the creation of typescript?Java







Q4. In TypeScript, what is a dot notation?







Q5. What is a method in TypeScript?







Q6. How do you call a method from a method when both methods are defined on the same class?







Q7. How many parameters does this method have?







Q8. What data type will you use to represent a numeric value in TypeScript?







Q9. What is a constructor in TypeScript?







Q10. How to compile a Typescript file?