diff --git a/1. Build a Passenger Counter App/27. Set the count to 0/index.js b/1. Build a Passenger Counter App/27. Set the count to 0/index.js index 74c5d00a..46dd89b2 100644 --- a/1. Build a Passenger Counter App/27. Set the count to 0/index.js +++ b/1. Build a Passenger Counter App/27. Set the count to 0/index.js @@ -10,5 +10,6 @@ function increment() { function save() { let countStr = count + " - " saveEl.textContent += countStr + count = 0 }