The new Keyword in JavaScript
JavaScript new keyword is used to create an instance of an object that has a constructor function.
On calling the constructor function with the 'new' operator, the following actions are taken:
A new
newkey.hashnode.dev8 min read