f = function() { this.get = function() { retutn /* hello function */ } } s = new f(); s.hello()
this.hello = helloFunction