In JavaScript, inheritance is usually done using the extends keyword in classes. But did you know that you can achieve inheritance without extends? This is possible using the __proto__ property, which links one object to another. In this blog, we wil...
rambhardwaj.hashnode.dev4 min read
No responses yet.