Learn TypeScript
Introduction
Introduction
In the last module, we strongly-typed variables and functions using primitive types. There are some additional standard types that TypeScript has in its type system and this this module we'll learn all about these.
In this module we will cover:
- Using the Date type
- Understanding the any type
- Understanding and using the void type
- Using Arrays
- Using tuples
- Using the never type
- Using the unknown type
- Quiz