Skip to content

wkrueger/typescript-gitbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79d6a3a · Sep 26, 2023

History

32 Commits
Feb 11, 2022
Oct 11, 2021
Oct 11, 2021
Oct 17, 2020
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Sep 26, 2023
Mar 1, 2022
Oct 11, 2021
Oct 11, 2021
Feb 11, 2022
Oct 11, 2021
Oct 11, 2021

Repository files navigation

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;