The new Keyword in JavaScript — How Objects Are Created
What Does the new Keyword Do?
👉 The new keyword is used to create a new object from a constructor function
It automates several steps behind the scenes.
Constructor Functions
👉 A constructor functi
darshan-pawar.hashnode.dev2 min read