The new Keyword in JavaScript
The Magic Behind new: A Deep Dive into JavaScript Constructors
If you’ve been working with JavaScript for a while, you’ve likely seen code that looks like const user = new Person();. It looks simple e
ayscod.hashnode.dev3 min read