TypeScript Deep Dive
by Basarat Ali Syed
Publisher: GitBook 2017
Number of pages: 299
Description:
TypeScript is a free and open-source programming language developed and maintained by Microsoft. It is a strict superset of JavaScript, and adds optional static typing and class-based object-oriented programming to the language. The author of this book has been looking at the issues that turn up commonly when people start using TypeScript.
Download or read it online for free here:
Download link
(multiple formats)
Similar books

by Alex Young - DailyJS
This book is a guide to building a JavaScript framework. It'll teach you how to build a framework and draw on real-world code from projects like jQuery. Along the way we'll explore some fundamental parts of modern JavaScript.
(15264 views)

by Axel Rauschmayer - O'Reilly Media
First, a quick-start guide teaches you just enough of the language to help you be productive right away. More experienced JavaScript programmers will find a complete and easy-to-read reference that covers each language feature in depth.
(6864 views)

by Gerd Wagner - Web-Engineering.info
This book shows how to build front-end web applications with plain JavaScript, not using any framework. A front-end web application can be provided by any web server, but it is executed on the user's computer device, and not on the remote web server.
(8847 views)

by David Pitt - InfoQ.com
This book provides tools for a thorough understanding of three topics integral to effective enterprise-level, web SPA development: JavaScript language essentials, HTML5 specification features, and responsive design principles.
(8396 views)