From 415493476f0f6839ccc3cce3a64db6e6db70ff8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Engin=20Karata=C5=9F?= Date: Fri, 5 Jan 2024 20:08:44 +0300 Subject: [PATCH 1/2] [ticket:112]doubled calculator value --- calculator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calculator.js b/calculator.js index 47cdac5..27d52ea 100644 --- a/calculator.js +++ b/calculator.js @@ -3,7 +3,8 @@ import {carpma} from "./carpma.js" let resultArray = [ topla(2, 3), - carpma(10, 5) + carpma(10, 5), + carpma(10, 5), ]; From cc6396e7cb3d431946ce8acbc60fee95aad18a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Engin=20Karata=C5=9F?= Date: Fri, 5 Jan 2024 20:13:19 +0300 Subject: [PATCH 2/2] [ticket:112] new comment --- calculator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculator.js b/calculator.js index 27d52ea..b87d2c4 100644 --- a/calculator.js +++ b/calculator.js @@ -6,7 +6,7 @@ let resultArray = [ carpma(10, 5), carpma(10, 5), ]; - + let htmlRenderText = "Results: ";