This seires will show you how to get started with TypeScript. We will begin the tutorial by discussing the features and installation process of TypeScript. After that, we will write some code and learn how to compile it to JavaScript.
This tutorial will teach you the basics of classes in TypeScript. You will learn about public, private, and protected modifiers, as well as inheritance.
Learn about generics in TypeScript. You will also learn how to use generics and what makes them different from using the 'any' type available in TypeScript.