filmov
tv
TypeScript Tutorial - Why You Should Learn TypeScript
Показать описание
TypeScript is a type-enhanced version of JavaScript by Microsoft that adds optional static typing to JavaScript. It compiles down to ECMAScript 6 (or ECMAScript 5), is compatible with React and JSX and lets you do type-checking in your JavaScript. In this TypeScript Tutorial, we examine the advantages of TypeScript and why you should learn it for Angular2.0.
Watch this video to learn:
- What is TypeScript and typed JavaScript
- TypeScript differences from JavaScript
- How to get started with TypeScript