What is typescript js?



What is typescript js?..

Answer / Mrrcy Sagar

TypeScript is not JavaScript (JS). It's a programming language developed by Microsoft that adds optional static types to JavaScript, making it more scalable and maintainable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More TypeScript Interview Questions

What are method overriding in typescript?

1 Answers  


List type of decorators available in typescript?

1 Answers  


What is "as" syntax in typescript?

1 Answers  


How could you check null and undefined in typescript?

1 Answers  


Is native javascript supports modules?

1 Answers  


Why is typescript strongly typed?

1 Answers  


What are classes in typescript?

1 Answers  


Is it possible to merge multiple .ts files into a single .js file?

1 Answers  


What is anonymous functions?

1 Answers  


How to declare variable in typescript?

1 Answers  


What are variables in typescript?

1 Answers  


What is namespace in typescript?

1 Answers  


Categories