TYPESCRIPTS
TypeScript is a superset of JavaScript that adds optional static typing and other features to improve the development of large-scale JavaScript applications. It allows developers to catch errors early, make their code more maintainable, and utilize the latest features of the JavaScript language.