The `new` Keyword in JavaScript — What Actually Happens
You've seen new used everywhere. new Date(), new Map(), new User().
But do you know what it actually does under the hood? Because it's doing a lot more than it looks like.
The Problem It Solves
Say y
orion-blogs.hashnode.dev5 min read