TypeScript 3.0 Quick Start Guide
eBook Details:
- Paperback: 158 pages
- Publisher: WOW! eBook (August 30, 2018)
- Language: English
- ISBN-10: 178934557X
- ISBN-13: 978-1789345575
eBook Description:
TypeScript 3.0 Quick Start Guide: Work with everything you need to create TypeScript applications
TypeScript 3.0 Quick Start Guide: The easiest way to learn TypeScript
We start by setting up the environment and learning about the build tools that support TypeScript. Then we look at scoping of a variable, and the difference between a undefined variable and a null variable. You will then see the difference between an object, an Object, an object literal, and an object built with a constructor, crucial concepts in understanding TypeScript.
TypeScript is designed for the development of large applications and can be used to develop JavaScript applications for both client-side and server-side execution. This book is the ideal introduction to TypeScript, covering both the basics and the techniques you need to build your own applications.