Tutorials References Exercises Videos Menu
Paid Courses Website NEW Pro NEW

TypeScript Tutorial

TypeScript is JavaScript with added syntax for types.

Start learning TypeScript now »

Examples in Each Chapter

Our "Try it Yourself" editor makes it easy to learn TypeScript.

You can edit TypeScript code and view the result in your browser.

Example

console.log('Hello World!');
Try it Yourself »

Click on the "Try it Yourself" button to see how it works.

We recommend reading this tutorial in the sequence listed in the left menu.


TypeScript Exercises

Test Yourself With Exercises

Exercise:

Complete the sentence:

TypeScript allows developers to add .
          

Start the Exercise