function MyClass() { this.canWalk = true; } MyClass.prototype.Module1 = function() { alert( 'Привет' ); }; new MyClass().Module1();