TypeScript

TypeScript borns to help developers to work on large front-end JavaScript projects. TypeScript is an open-source programming language developed by Microsoft that extends the JavaScript syntax, which means that every piece of code written in JavaScript also works in TypeScript. TypeScript adds to JavaScript the following "features": types, classes, operators, Enum, and mixins.

Latest articles on "TypeScript"