Typescript inheritance deep dive 🐋
How inheritance in Typescript works behind the curtain?

Typescript and JavaScript are both impressive languages. Typescript feels more familiar to a wide range of developers because it offers concepts we usually encounter in traditional programming languages. Inheritance is one of them.