I am familiar with JavaScript and would like to learn TypeScript. I searched for tutorial on Reddit and most folks recommends the official Handbook (https://www.typescriptlang.org/docs/handbook/intro.html). I skim through it and it looks like it doesn't ask the reader to write code. I am surprised. How is it possible that the official and recommended way to learn TS is a theoretical tutorial that doesn't ask me to code?
Is there a practical tutorial that teaches TS while building something small? I want lo learn by coding and not staring at a snippet of 3 lines of code.