Monthly Archive: September 2017

0

First steps with TypeScript

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. The first thing we need to work with TypeScript is an editor. I recommend Visual Studio Code. You can dowload it from...