What is TypeScript and why would i use it in place of javascript.

TypeScript is superset of javascript. Which provides some of features that javascript doesn’t provide. In TypeScript we can define type of variable, define classes and interface, Changes of error is very less because in TypeScript compile time checking is also there so that we can easily identify the errors in code. We can write code in TypeScript it compiles and convert into javascript code.

Write a Reply or Comment

Your email address will not be published.