Learn TypeScript
Introduction
Introduction
In this module, we will learn how to work with classes in a type-safe manner TypeScript.
In this module we will cover:
- Working with standard JavaScript classes
- Using access modifiers
- Method overloading
- Extending classes
- Quiz