The new Keyword in JavaScript
What is new keyword
new keyword is used to create instances from the constructor functions.
What the new keyword does
new keyword does four things when used with constructor function
1) Create an Empt
javascript-kartik.hashnode.dev1 min read