In JavaScript, the new keyword is used to create a new object from a constructor function. Think of a constructor function like a blueprint, and new as the tool that builds an actual object from that
blog.ashishkumarsaini.dev3 min read
No responses yet.