An Overview of TypeScript
About TypeScript
The TypeScript programming language
was developed by Microsoft and is
maintained by Microsoft. Syntactically, it
is a superset of JavaScript and has
optional static typing. The TypeScript
language is optimized for developing
large applications, and it is translatable
into JavaScript. As TypeScript is a subset
of JavaScript, existing JavaScript
programs can also be written in
TypeScript.
Benefits of TypeScript
JavaScript is an interpreted language. Therefore, it must be run to ensure its
validity. The TypeScript transpiler provides the error-checking feature. Whenever
TypeScript detects a syntax error, it will compile the code and generate
compilation errors. Hence, TypeScript code can contain these libraries.
TypeScript supports Object Oriented Programming concepts like classes,
interfaces, inheritance, etc.
Components of Typescript
Features of Typescript
Advantages of Typescript
Disadvantages of Typescript
THANK YOU
www.techiio.com

An Overview - TypeScript