2. What is Prototypal Inheritance? How does it work?
Share
It is hard to explain something clearly. I'd suggest you take a top-down approach for this kind of abstract concept.
for example.
- generally what it is
- what does it consist of , how does it work
- what can we gain by using it
- what we need to pay attention to .
- ....
If you are not familiar with Prototype, I recommend you first thoroughly read this article from JavaScript.info.
Good Luck!