Debug TypeScript with Discriminated Union, StrictNullChecks and the Never type

Exercise on Jams.dev Coming soon

Tutorial description

In this video, you'll learn how to combine Discriminated Union with the StrickNullChecks flag in TypeScript to write safer code in TypeScript. We will also show you how to use the Never type to explicitly catch bugs in your TypeScript project.