Logo

TypeScript Deep Dive by Basarat Ali Syed

Small book cover: TypeScript Deep Dive

TypeScript Deep Dive
by

Publisher: GitBook
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.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: DOM EnlightenmentDOM Enlightenment
by - domenlightenment.com
This is the most exhaustive book written about DOM scripting without the use of a library/framework. The book is written in a style that favors small, isolated, immediately executable code over wordy explanations and monolithic programs.
(14776 views)
Book cover: Introduction to JavaScriptIntroduction to JavaScript
by - Foothill College
This introduction to JavaScript covers the Document Object Model, JavaScript elements, events and event handlers, incorporating JavaScript into your HTML pages, program control, functions, arrays, forms, form handlers, environmental variables, etc.
(14045 views)
Book cover: Core JavaScript GuideCore JavaScript Guide
- Netscape Communications Corp.
JavaScript is a cross-platform, object-based scripting language. This book explains everything you need to know about using core JavaScript. It is assumed that you have a general understanding of the WWW, and a good working knowledge of HTML.
(15581 views)
Book cover: JavaScript AllongéJavaScript Allongé
by - Leanpub
JavaScript Allongé solves important problems for the ambitious JavaScript programmer. It gives you the tools to deal with bugs, hitches, edge cases, and other potential pitfalls. This book gives you a gentle start before showing you its full depth.
(13978 views)