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