The new Keyword in JavaScript
1.What the new keyword does
The new keyword in JavaScript is used to create a new object from a constructor function or a class.
When you use new, JavaScript automatically performs four steps behind t
faisalsiddiqui.hashnode.dev4 min read