TypeScript is a pure object oriented programming language. Its makes the JavaScript to write in easy way. Popular JavaScript framework Angular 2.0 is also written in TypeScript. Mastering the language will help programmers in writing object-oriented programs and have them compiled to JavaScript on both server side and client side.
Audience
This section is focused on Programmers who have good knowledge on Object Oriented programming. Its easy to use TypeScript and faster to build web applications as this has good tooling support.
Prerequisites
To learn this course you need to basic knowledge of OOP concepts and basic JavaScript.
Compile/Execute TypeScript Programs
You can learn this course with the examples you will find Try it option to make this learning more fun.
Apply following example using Try it option available at the top right corner of the below sample code box:
On compiling, it will generate following JavaScript code.