New keyword
What the new keyword does
The new keyword is used to create an instance of an object from a constructor function
Constructor functions
It is a special function which is used to create objects .
By con
new-keyword-in-js.hashnode.dev2 min read