/JavaScriptPrototypalInheritance

In this simple example `User` and `Admin` classes are created, where `Admin` class inherits `User` class using prototypes in JavaScript.

Primary LanguageJavaScript

No issues in this repository yet.