3

while(projectManager === isAlive) {

me.work();

(!isAlive) ? new.projectManager : me.keepWorking();

}

Comments
Add Comment