ankur-anand/blog

Learning Notes: JavaScript Prototype | Ankur Anand

ankur-anand opened this issue · 0 comments

https://blog.ankuranand.com/2017/12/28/Learning-Notes-JavaScript-Prototype/

PrototypePrototype is a regular object from which other objects inherit properties. Each Objects contains an internal prototype property which points to a prototype object from which it inherits all m