var c=0; Object.defineProperty(this,'b',{ get :function(){ return ++c; } }) console.log(b===1&&b===2&&b===3); //true