How to Learn TypeScript
In the last few years TypeScript has seen an absolute explosion in adoption and popularity. Some of the tools you’re probably very familiar with as web developers, such as VSCode, Chrome DevTools, and more, are all now authored in TypeScript.
TypeScript brings many benefits to a project that help explain its widespread adoption:
1. Being able to add types to your code increases its robustness; the