TypeScript is a superset of JavaScript, giving us static typing, classes, and interfaces. TypeScript runs before your code runs, making sure that the types of your code are correctly typed. In the next couple of articles, we'll be going through the basics of TypeScript.
Sort: