About TypeScript¶
As the website of TypeScript mentions:
Quote
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor.
How and why do we use TypeScript¶
TODO
Resources and alternatives¶
These resources and alternatives are related to the current item (in alphabetical order).
None at the moment.