Types of languages

What is Typescript

The tsc compiler

Basic Types in TypeScript

The tsconfig file

Interfaces

Interface vs Abstract Class

Types

Union (|) and Intersection (&) Types in TypeScript

Advance TypeScript

Pick

Partial

Readonly

Required

ReturnType

Record

Omit