TypeScript Questions

Question 1: What is TypeScript?

Answers

Question 2: How do you compile a TypeScript file to JavaScript?

Answers

Question 3: Which of the following is a correct way to define a variable with a specific type in TypeScript?

Answers

Question 4: How do you define an interface in TypeScript?

Answers

Question 5: What is the purpose of the readonly modifier in TypeScript?

Answers

Question 6: How do you declare a tuple type in TypeScript?

Answers

Question 7: What is the never type used for in TypeScript?

Answers

Question 8: Which of the following TypeScript features is not available in plain JavaScript?

Answers

Question 9: What does the unknown type represent in TypeScript?

Answers

Question 10: How can you ensure that a variable can only have specific values in TypeScript?

Answers

Question 11: How do you create a default parameter in a TypeScript function?

Answers

Question 12: What is the difference between interface and type in TypeScript?

Answers

Question 13: How do you apply decorators in TypeScript?

Answers

Question 14: What is the correct way to cast a variable from one type to another in TypeScript?

Answers

Question 15: Which keyword is used to inherit from a class in TypeScript?

Answers