The new keyword in JS
Introduction
When you first learn JavaScript, objects feel easy, right?
But behind the scenes, one tiny keyword I mean new performs a powerful multi step process.
In JavaScript, the new keyword is the
javascript-journey-by-navdeep.hashnode.dev6 min read