The new Keyword in JavaScript
What the new Keyword Does
The new keyword in JavaScript is used to create a new object from a constructor function.
It automates several steps involved in object creation, making the process simpler
thenewkeywordinjavascript00.hashnode.dev3 min read