What is typescript and why it is used for?



What is typescript and why it is used for?..

Answer / Rajnish Kumar Mahiwal

TypeScript is an open-source programming language developed by Microsoft. It is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript adds static typing, classes, and interfaces to JavaScript to provide better tooling support and improve productivity when working on large JavaScript projects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More TypeScript Interview Questions

What is an external modules?

1 Answers  


What is the prototype in typescript?

1 Answers  


What is optional properties in typescript?

1 Answers  


What is default export in typescript?

1 Answers  


What are the data types in typescript?

1 Answers  


What is the default access modifier for members of a class in typescript?

1 Answers  


Does typescript support all object oriented principles?

1 Answers  


How to check null and undefined in typescript?

1 Answers  


What is inheritance in typescript?

1 Answers  


What is the export class in typescript?

1 Answers  


Is it possible to compile .ts automatically with real-time changes in the .ts file?

1 Answers  


What are the modules typescript?

1 Answers  


Categories