The new Keyword in JavaScript
new is not just syntax sugar—it controls how objects are created and how prototypes are wired. If you don’t understand what it does internally, you’ll misuse constructors and break inheritance.
What
mohammadaman.hashnode.dev3 min read