The new Keyword in JavaScript
Introduction
In JavaScript, there are multiple ways to create objects. One of the most important methods is using constructor functions along with the new keyword.
If you’ve ever written:
const user =
parthblogs.hashnode.dev3 min read