28
Oct 2016
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 […]