The new Keyword in JavaScript
Most JavaScript developers use new early on -new Date(), new Map(), new Promise() without thinking much about what's actually happening. It works, so you move on.
But new is doing quite a bit of work
blog-santra.hashnode.dev6 min read