📄️ Introduction to TypeScript
TypeScript is a superset of JavaScript that adds static types to the language. This guide provides an introduction to TypeScript.
📄️ Simple Datatypes in TypeScript
A Description of Simple Datatypes used in TypeScript
📄️ Special Datatypes in TypeScript
A Description of Special Datatypes used in TypeScript
📄️ Control Flow Statements in TypeScript
A Description of Control Flow Statements used in TypeScript
📄️ Functions in TypeScript
A Description of Functions used in TypeScript
📄️ Classes and Inheritance in TypeScript
A Description of Classes and Inheritance Rules used in TypeScript
📄️ Interfaces in TypeScript
A Description of Interfaces and its implementation in TypeScript
📄️ Advanced Types in TypeScript
A Description of Advanced Types in TypeScript
📄️ Generics in TypeScript
A Description of Generics in TypeScript