The new Keyword in JavaScript
What the new keyword does
Before new, if you wanted to create multiple similar objects, you'd write factory functions that returned plain object literals. It worked, but every object was entirely inde
joydeep.hashnode.dev4 min read