The new Keyword in JavaScript
What the new keyword does
The new keyword in JavaScript is an operator used to create an instance of a user-defined object type (such as a constructor function or a class).
When called with a functio
hitakshi120.hashnode.dev8 min read