From 23a115bc115f3c742aafb458c35e85adbfb0eaa8 Mon Sep 17 00:00:00 2001 From: Subhrajit Dutta <98512995+Subhrajit-Dutta@users.noreply.github.com> Date: Fri, 13 Jan 2023 18:03:25 +0530 Subject: [PATCH] update index.js debugged code --- 1. Build a Passenger Counter App/28. Congrats & recap/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1. Build a Passenger Counter App/28. Congrats & recap/index.js b/1. Build a Passenger Counter App/28. Congrats & recap/index.js index 0b6476cf..6783d065 100644 --- a/1. Build a Passenger Counter App/28. Congrats & recap/index.js +++ b/1. Build a Passenger Counter App/28. Congrats & recap/index.js @@ -9,7 +9,7 @@ function increment() { function save() { let countStr = count + " - " - saveEl.textContenttStr + saveEl.textContent += countStr countEl.textContent = 0 count = 0 }