TypeScript

Learn TypeScript from the best TypeScript tutorials, including the most popular TypeScript online courses, videos, books, podcasts, and blogs.

Resource type
Cost
Skill level
Certificate

TypeScript Fundamentals

Learn Typescript features such as abstract classes, interfaces, enums and more -- these features increase your ability to fix errors fast, and work alongside modern frameworks like React, Ember.js and Angular 2.

TypeScript for Beginners

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.

Pro TypeScript

Teaches you how to write large-scale JavaScript programs that can run in any web browser or on any web server using Microsoft's TypeScript language

Getting Started with TypeScript

TypeScript is JavaScript with optional typing. TypeScript is a compiled language, it's not interpreted at run-time. The TypeScript compiler takes TypeScript files (.ts) and compiles them in to JavaScript files (.js).