Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

TypeScript Fundamentals

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:

  1. Tighter integration with IDE
  2. Better Refactoring with Errors at Compile Time
  3. 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