I\'ve been trying to do javascript for sometime now, but i want it to be \"object-orientated\" so I\'m trying to create different javascript classes in different files and try t
You need to return the object created by Person in order for it to constitute a new instance of the Person prototype.
Person
return(this);