TypeScript
Learn & Practice
Learn & Practice
In this part of the HTML5 course you will learn and practice TypeScript language.
TypeScript brings type safety to one of the most flexible, dynamic programming languages around: JavaScript.
TypeScript is a open-source cross-platform language that aims at easing development of large scale applications written in JavaScript.
"TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Any browser. Any host. Any OS. Open source." ~ typescriptlang.org
It is assumed that you are familiar with JavaScript, C or Java language (and object oriented concepts). In this lecture only TypeScript additions to JavaScript are overviewed.
Go to the next lesson in this lecture by pressing the right arrow on the bottom-left side of this page. You can use TypeScript playground to run code snippets introduced in this lecture. Thus, keep this link open.
This lecture gives an overview of the TypeScript. For the complete references, see the links in the 'Sites' tab on the top menu.
Enjoy learning TypeScript!