chaks_gautam

status = (N00B) => {

      if (NOOB.elo < 2100 && playerPracticingDaily()) increaseElo();

      if (getCurrentElo() > 2100) return "MASTER";

}