Prototype - The backbone of JavaScript Objects
The Prototype chain :- Jab tum kisi object se koi property ya method access karte ho, JS pehle us object me dekhta hai. Agar wo property/method nahi milti, toh wo uske prototype me dhoondhta hai.
Agar wahan bhi nahi milti, toh us prototype ke protot...
thetiwarishubh.hashnode.dev1 min read