Understanding the new Keyword in JavaScript (Simple Guide)
Introduction
In JavaScript, creating objects is something we do all the time.
But have you ever thought about what actually happens when we write something like:
const user = new User("Samrat");
What
one-for-all.hashnode.dev4 min read