Prototype and Prototype chaining
Feb 15, 2023 · 2 min read · Prototype : every object in javscript have built in property , which is called Prototype. INHERITANCE in Javscript : is called PROTOTYPAL Inheritance .When you try to access property of object , property will not only be looked for in object but on t...
Join discussion
