TypeScript Get Started

TypeScript Tutorial

TypeScript is an open-source object-oriented programming language developed and maintained by Microsoft. It’s a superset of JavaScript.

TypeScript is designed for the development of large applications and transpiler to JavaScript.

GitHub Markgithub.com/Microsoft/TypeScript

These tutorials will help you learn TypeScript step by step. Tutorials are broken down into chapters, where each chapter contains several related topics that are packed with easy-to-understand explanations and real-world examples.

These tutorials are designed for beginners and professionals who want to learn TypeScript and how to use it in web applications.

In this Typescript tutorial, we covered topics from basic to advanced level, those are:

  • TypeScript Overview
  • TypeScript Installation
  • TypeScript Hello World
  • TypeScript Variables
  • TypeScript Data Types
  • TypeScript Access Modifiers
  • TypeScript Readonly and Static
  • TypeScript Namespace
  • TypeScript Modules
  • TypeScript Generics
  • TypeScript Resources

Prerequisites

Basic knowledge of JavaScript is required.

Let’s get started by clicking Next.