Prototype and Inheritance in JavaScript
In our previous blog (https://simplejs.hashnode.dev/prototype-the-backbone-of-js-objects), we studied what are prototypes and how they are responsible for validating the statement that “Everything in JavaScript is an object”. We discussed the differe...
Jun 22, 20255 min read6
