Typo

173
reputation
6

function aboutMe(){ boolean alive = true; while(alive){ this.work("7 hs."); this.study(); if(this.lonely) { super.socialize(); } else { this.stayOnline(); } this.eat(); this.sleep();
alive = super.checkHealth(); } }