A Quick Guide to Typescript Programming Language

Golden Member
Joined
May 24, 2024
Messages
264
Reaction score
113
Points
43
51aWP182zvL._SL1429_.jpg


Become a Better Javascript Programmer!

Typescript is a better Javascript, It is a statically typed, safe programming language, which uses more or less the same syntax as Javascript. Typescript programs are compiled to Javascript, and they can be run anywhere Javascript is supported. It is widely used by professional Javascript developers, for frontend development (e.g., Angular, React, and VueJS) as well as for backend development (e.g., Node.Js and Deno).

This book is a "mini" language reference on the Typescript programming language. We go through all essential features of Typescript (as of versions 4.8 and 4.9), and some new ECMAScript features, in this book.

Although it is written as a reference, however, you can read it more or less from beginning to end and you should be able to get the overall picture of the Typescript language if you have some prior experience with programming in Typescript or modern Javascript (ES2015 and later).

The book covers
Typescript development basics.
ES module system.
Basic JS/TS types. Type annotations.
Variable declarations. Type inference.
Algebraic data types. Generics.
Objects. Classes.
Function types. Arrow functions.
How to create new types from existing type
s.​


To see this hidden content, you must reply and react with one of the following reactions : Like Like, Love Love, Haha Haha, Wow Wow
 
  • Tags
    guide programming quick
  • Top