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: Speaking JavaScriptSpeaking JavaScript
by - 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.
(7912 views)
Book cover: The JavaScript WayThe JavaScript Way
by - Leanpub
This book aims to be a useful companion for anyone wishing to (re)discover the many facets of JavaScript. From the very basics of programming up to front-end and back-end web development, a lot of topics are covered in a simple and accessible way.
(6021 views)
Book cover: Hacking with ReactHacking with React
by - Leanpub
A hands-on introduction to making a web app using React 0.14, React Router 1.0, ES6, Jest and more. Each chapter is very short, it takes about 5 minutes to complete, although a handful might take 10 minutes because they cover more complicated topics.
(6353 views)
Book cover: D3 Tips and Tricks: Interactive Data Visualization in a Web BrowserD3 Tips and Tricks: Interactive Data Visualization in a Web Browser
by - Leanpub
D3 Tips and Tricks is a book written to help those who may be unfamiliar with JavaScript or web page creation get started turning information into visualization. d3.js is an extraordinary framework for presentation of data on a web page.
(7363 views)