The new Keyword in JavaScript
What the new keyword does ?
In JavaScript, the new keyword is used to create an instance of a user-defined object type or a built-in object that has a constructor function. It transforms a function ca
divit.hashnode.dev3 min read