returns:
evoShop({ taxRate: 0.06 }); evoShop.add({ name: "Cool thing", price: 1.00 }); evoShop.tax(); // 0.06