The new Keyword in JavaScript
What the new keyword does =>The new keyword is used to create objects from a constructor function. It basically helps you generate multiple similar objects easily.
Think of it like a factory machine �
kanu19.hashnode.dev2 min read