What are the modules typescript?



What are the modules typescript?..

Answer / Aparna Upadhyay

TypeScript provides several advantages. First, it offers static typing which can help catch errors during development rather than at runtime. Second, it provides features like interfaces, enums, and classes to organize and structure code more efficiently. Third, it allows for gradual adoption of modern JavaScript features and can improve productivity.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More TypeScript Interview Questions

What is typescript? What is the need for it in angular2?

1 Answers  


Explain generics in typescript?

1 Answers  


What is default visibility for properties/methods in typescript classes?

1 Answers  


Does typescript supports function overloading as javascript doesn't support function overloading?

1 Answers  


What is components in typescript? Also explain its types.

1 Answers  


What are ambients in typescripts and when to use them?

1 Answers  


What do you mean by interfaces?

1 Answers  


List the built-in types in typescript.

1 Answers  


What is getters and setters in typescript?

1 Answers  


How to create a variable in typescript?

1 Answers  


What are mixins in typescript?

1 Answers  


What is "as" syntax in typescript?

1 Answers  


Categories