Introduction to TypeScript
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:
- Tighter integration with IDE
- Better Refactoring with Errors at Compile Time
- And Self Documented Code that's Easier to Understand
Finally, TypeScript compiles JavaScript, so you can run your TypeScript anywhere you'd run your JavaScript code.
Links