The new Keyword in JavaScript
The new keyword helps us create objects (instances) using constructor functions or classes. It works with functions and classes to initialize new objects. Under the hood, it also links the created obj
tech-log.hashnode.dev2 min read