From 703e331a01ca13f5238e67d20ac3146647f5aee7 Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Sat, 30 Dec 2023 15:12:07 +0100 Subject: [PATCH] Completed exercise 01 easy --- 01-troubleshooting/troubleshooting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-troubleshooting/troubleshooting.js b/01-troubleshooting/troubleshooting.js index f6dbeb6..ed2867a 100644 --- a/01-troubleshooting/troubleshooting.js +++ b/01-troubleshooting/troubleshooting.js @@ -13,7 +13,7 @@ function troubleshooting() { // Edit between these lines // ================================= - result = "a" + "b"; + result = a + b; // =================================