Commonly Asked JavaScript Interview Questions..
Using “Object.create” is the most basic way to create an Inheritance Model in JavaScript. Object.create can be used to create a new object using the existing object as a prototype.
medium.com/swlh/javascript-i…#JavaScript#trending