This course will provide an overview of TypeScript, a statically typed superset of JavaScript that compiles to plain JavaScript. The TypeScript language features an innovative structural type system that incorporates gradual typing and type inference. In this course, you'll learn how to use features of TypeScript such as optional static types, classes, interfaces, and modules to JavaScript, enabling IDE productivity features such as statement completion, refactoring, and code navigation. You'll learn how to make it easier for teams to communicate requirements and build applications safely using these advanced features through Microsoft Visual Studio. The TypeScript project is open-source and hosted on GitHub.
Course Reviews