The new Keyword in JavaScript
What the new keyword does
In JavaScript, the new keyword is used to create an object from a constructor function (or class). It performs 4 important steps automatically behind the scenes.
When we writ
new-in-js-with-sujeet.hashnode.dev2 min read