Typescript is a superset of javascript which is strongly typed, developed, and managed by Microsoft. Typescript uses OOPs features easily like class, Interfaces, inheritance, and so on. TypeScript is the modern age favorite programming language for web developers as we can use typescript in frontend frameworks like Angular, React, and backend as well.
Typescript is transpiled to javascript so that browsers can understand and read JS code. Typescript provides support to all javascript libraries, so we can call JS libraries from TS code. In this tutorial series, we will be learning features of TS, data structures in TS, typing data types, creating interfaces, decorators, and so on.