TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language.
taught in this class. We can go in- depth in Session II. The exercise code is shared will all participants. Please use it as the base and build your app individually or in groups.
Microsoft, ES6/ES7 • Type checking, intellisence, prevent bugs • tsc compiler transpiles to js(nodejs.org), cross platform • So, TS will save a lot of time. • Quick Start • Install Node,npm install –g typescript, create class & transpile(grunt/Ctrl+Shift+B) • Editor • VS, Code, WebStorm, Sublime, Atom