An Introduction to TypeScript
You can access the full course here: TypeScript for Beginners Part 1 In this course, we’re going to learn the ins and outs of TypeScript. About TypeScript TypeScript is a superset of Javascript. This means that while Javascript is valid TypeScript, TypeScript is not valid Javascript and has to be transpiled to be compatible with … Read more An Introduction to TypeScript