function asdf{ this.qw = function(){...}; ... }; new asdf;
New function 그리고 Obj.prototype.a 혹은 this.a
function asdf{ this.qw = function(){...}; ... }; new asdf;
New function 그리고 Obj.prototype.a 혹은 this.a