Typescript Getting Started

Typescript is a programming language that exists as a superset of Javascript. This means that you can write plain Javascript code in Typescript with a few caveats. The advantage of Typescript is that you can use types in your code, giving you more information when...