Метка: typescript

TypeScript notes

TypeScript is a strongly-typed superset of JavaScript that offers several features to improve code maintainability, scalability, and error catching. It provides a way to catch errors at compile-time, rather than runtime, which can make debugging easier and improve…

Читать далее »