How does new Person() actually build an object? Many beginners think new is just special syntax that "creates an object," the same way {} does. That's not true. new is an operator. It takes an ordinar
sahilxdev.hashnode.dev6 min read
No responses yet.