Francesco

111
reputation
1
7
  var coffee = new Coffee();

  if(coffee.empty) {
      coffee.refill();
  } else {
    coffee.drink();
  }