Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 460 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 460 Bytes

TypeScript: The Good Parts

Contains a web-based presentation about the features of TypeScript.

To view the slides online, go to http://jeremyalan.github.io/TypeScript-TheGoodParts

  • Overview
    • What is TypeScript
    • What isn't TypeScript
  • Features
    • Classes
    • Interfaces
    • Type annotations
    • Functions
    • Modules
  • Tools
    • Web Playground
    • Command-line
    • Plugins
  • Other Stuff
    • Source Maps
    • Not So Good Parts