Typescript inheritance deep dive 🐋
How inheritance in Typescript works behind the curtain?
Published in
10 min readNov 7, 2018
--
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.