Monday Coffee Programmer Style Posted on March 11, 2013 by Daniel Castrellon IT COFEE CODE: var coffee = new Coffee(); if (coffee.empty) { coffee.refill(); } else { coffee.drink(); }