Understanding the ‘new’ Keyword in JavaScript
What the new keyword actually does
The new keyword is used when we want to create a new object from a constructor function, but it is not just a simple creation. When we use new, JavaScript internally
tanishkatech.hashnode.dev5 min read