The new Keyword in JavaScript
Introduction
The new keyword in Javascript is used to create new object instances from either:
Constructor function: A constructor function is used to create and initialize an object created with the
js-blogs.hashnode.dev3 min read