The new Keyword in JavaScript
When I first saw the new keyword, I thought it was doing something magical.
let user = new User("Sahil");
I understood that it created an object.
But what was new actually doing?
What happens behind
devwithsahil.hashnode.dev6 min read