What is typescript? How is it different from javascript?



What is typescript? How is it different from javascript?..

Answer / Sreekant Singh Yadav

TypeScript is a statically typed, open-source programming language developed by Microsoft. It is a syntactical superset of JavaScript, which means that any valid JavaScript code is also valid TypeScript code. The main difference between the two lies in the type system: TypeScript allows for type annotations and other features aimed at improving code quality.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More TypeScript Interview Questions

What is the export class in typescript?

1 Answers  


How to create a variable in typescript?

1 Answers  


What is components in typescript? Also explain its types.

1 Answers  


How to extends two classes in typescript?

1 Answers  


Explain enum in typescript?

1 Answers  


How to implement inheritance in typescript?

1 Answers  


What is the prototype in typescript?

1 Answers  


What is typescript? How is it different from javascript?

1 Answers  


What are classes in typescript?

1 Answers  


Which object oriented terms are supported by typescript?

1 Answers  


What is static typing in typescript?

1 Answers  


What are the types of typescript?

1 Answers  


Categories