var foo=(function(){ var s=''; return { get:function(){return s}, set:function(val){s=val} }; }()); foo.get(); foo.set(10);