Core features of the TypeScript type system

In this section, we are going to learn about some of the core features of the TypeScript type system. This includes concepts such as union types, intersection guards, type guards, and type aliases.