The new Keyword in JavaScript
In JavaScript, the new keyword is used to create objects from constructor functions.It may look small, but behind the scenes, it performs multiple steps automatically.
1) Why this topic matters:
Many
js-basics-series.hashnode.dev3 min read