From 603900b3cb6e3e2cf2d1c913ea7ec12c4ebbb4eb Mon Sep 17 00:00:00 2001 From: Afzalur Rahaman <44163823+7afzal@users.noreply.github.com> Date: Sun, 21 Oct 2018 11:24:22 +0600 Subject: [PATCH] Update script.js --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index f269508..a22a5b4 100644 --- a/script.js +++ b/script.js @@ -103,7 +103,7 @@ class Calculator extends History { break; } } - + // This is comment getTotal(cmd) { try { var total = eval(this.state.join("")); @@ -131,4 +131,4 @@ class Calculator extends History { } -const StartCalc = new Calculator(); \ No newline at end of file +const StartCalc = new Calculator();