Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 368 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 368 Bytes

JavaScript Prototypal Inheritance Example

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

Run

To run the code just open the index.html file in the browser. Then inspect the page and see the output on the console.

Console Output