TypeScript


      TypeScript is a superset of JavaScript that adds static typing to the language. It enhances code maintainability and provides advanced tooling for catching errors during development.

      TS can be considered as a more strict version of JavaScript. Despite starting my career with plain JS, now all my projects consist of TypeScript