December 2017
Beginner
372 pages
10h 32m
English
The official TypeScript website provides a playground where you can write a TypeScript code and it will convert that to JavaScript code. You can also run the code and see the output in a new window. TypeScript has added samples as well, showcasing some of the features, such as Classes, Types, Inheritance, and Generics:

This is a very handy tool if you just want to try out TypeScript without getting into the details of creating a whole web application.
Read now
Unlock full access