From f3145bae902a65b088a7bbbbae4ff42f74d4ce8d Mon Sep 17 00:00:00 2001 From: Constance Date: Sat, 12 Sep 2015 16:29:10 -0400 Subject: [PATCH] Done. --- tip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tip.js b/tip.js index 9150333..27e86dd 100644 --- a/tip.js +++ b/tip.js @@ -1,6 +1,6 @@ "use strict"; function calculateTip(baseAmount) { - return (.2 * baseAmount); + return (.3 * baseAmount); }