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: JavaScript EnlightenmentJavaScript Enlightenment
by - Lulu.com
The book gives the reader an accurate JavaScript worldview through an examination of native JavaScript objects and supporting nuances: complex values, primitive values, scope, inheritance, etc. A short and digestible summary of the ECMA-262.
(16047 views)
Book cover: Backbone TutorialsBackbone Tutorials
by - backbonetutorials.com
Backbone.js has had unrivaled success and will be a crucial tool in modern web development. This free e-book aims to get developers up to speed with single page web application development using Backbone.js as a foundation.
(15992 views)
Book cover: Essential JavaScript and jQuery Design PatternsEssential JavaScript and jQuery Design Patterns
by - addyosmani.com
This book will take a look at a number of popular JavaScript design patterns and explore why certain patterns may be more suitable for your projects than others. Patterns can also be applied to abstracted libraries such as jQuery or Dojo as well.
(19215 views)
Book cover: Javascript FAQJavascript FAQ
by - Linuxtopia
The goal of this text is to help you develop robust client-side scripts that can run in all modern browsers, under various operating systems. The answers contain interactive examples which you can run without leaving the Web page you are reading.
(21210 views)