When I use new to instainciate an instance of a certain class, I got the actual instance. When the constructor function has a return value, the new sen
new
In JS, when we declare a function as a class and when we create an object of that class, that function gets called first.
Dont return from the function.