Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Coding with TypeScript For Dummies

Posted By: hill0
Coding with TypeScript For Dummies

Coding with TypeScript For Dummies: Everything you need to know about Javascript
by Claudia Alves

English | 2020 | ASIN: B08DM7CJGW | 131 Pages | EPUB | 0.2 MB

This language allow us to use features from the most recent ECMAScript versions and even some features that are not even in the scope of the standard. This is because when compiled, it produces JavaScript in a cross-platform safe version. TypeScript, currently in the version 2.5, adds features like optional static typing, classes, interfaces, modules, and many others. All of this allow us to use JavaScript from the future right now!