The new Keyword in JavaScript
1. What the new keyword does
When you call a function with new, JavaScript executes four distinct steps behind the scenes. Rather than simply running the function, it sets up an entire object lifecycl
anuragblogs.hashnode.dev11 min read