Welcome to the TypeScript Fundamentals course!
Typescript is a super set of Javascript that provides static typing. With static typing we reap a number of benefits including:
Finally, TypeScript compiles JavaScript, so you can run your TypeScript anywhere you'd run your JavaScript code.
Links