And more on type guards

There is actually more to learn about type guards. Take a look at the Advanced Types section in the official TypeScript handbook: https://www.typescriptlang.org/docs/handbook/advanced-types.html.

But that's enough theory for now; let's get started with our new application!