Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 373 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 373 Bytes

A crash guide to Typescript

This aims a reader who already has some modern JS experience and is curious about TS. Special focus is given on presenting how the type system works.

What will we go through:

  • What is typescript for? What typescript isn't. Why. Why not;
  • Set it up as simply as possible;
  • Type system overview;
  • Caveats from someone used to JavaScript;