The `new` Keyword in JavaScript — Explained Simply
Introduction
Have you ever seen code like this and wondered what new is doing?
const person = new Person("Alice", 25);
You're not alone! The new keyword looks small, but it does a lot of heavy liftin
omkargupta.hashnode.dev5 min read