The new Keyword in JavaScript
Introduction
In JavaScript, the new keyword is used to create objects from constructor functions.
It might look simple, but internally it performs multiple steps automatically. Understanding this help
ankitsingh2003.hashnode.dev3 min read