JavaScript Prototypes and Inheritance
JavaScript is unique language, it doesn't use classical inheritance like languages such as Java or C++. Instead, it relies on prototypes. When i initially started learning javascript Prototype was always a confusing topic for me.
Even though with the...
rahulvijayvergiya.hashnode.dev6 min read