The new Keyword in JavaScript
In this article we'll learn about another magical keyword of JavaScript, the new keyword. The new keyword is used to create objects from constructor functions. Instead of manually creating an object e
aronamic.hashnode.dev3 min read