Polymorphism Using Classes in JavaScript
What is Polymorphism?
In programming languages and type theory, polymorphism is the provision of a single interface to entities of different types or the use of a single symbol to represent multiple different types. - Wikipedia
In order to simplify...
theodorejs.hashnode.dev3 min read