November 2019
Intermediate to advanced
296 pages
7h 52m
English
TypeScript is a superset programming language of JavaScript that has a static type system. This allows us to write programs efficiently and safely thanks to its type system. Although there are dozens of AltJS languages in the world, TypeScript has a good balance between the programmer's productivity and the novelty of the design. Since TypeScript is just a superset of JavaScript, all JavaScript code can be executed as a TypeScript program, which doesn't prevent us from using the existing resources written in JavaScript. TypeScript is designed to be kept as just a Typed JavaScript so that we can learn the language loosely.
We can configure the TypeScript compiler in various ways. The compiler will ...
Read now
Unlock full access