Answers for "why use typescript"

13

what is typescript

Basically, TypeScript is like an extension or "superset" of JavaScript.
Since JavaScript is a loosely typed language,
TypeScript enforces the strict use of types. 
Thus, making it a strictly typed language.
Posted by: Guest on December-03-2020
1

why use typescript

/* TypeScript adds several additional features to JavaScript.
The most important one is strict typing.
*/
Posted by: Guest on May-31-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language