TypeScript Fundamentals: Learn TypeScript from Scratch

Watch this course for FREE this weekend only.
Create an account to start watching.

or

Extending Classes in TypeScript

In this lesson, we learn how to extend classes in TypeScript to consolidate shared logic to one place and keep child classes concerned only with the things that are unique to each class.