Day 5 of learning JavaScript: People Counter App - Save Button
Today I wanted to finish the people counter app. So at first, I created the save button in the HTML document, which would save the previous entries. I also created an h2 element underneath, where the previous entries were shown:
<button id="save-btn"...
svensblog.hashnode.dev3 min read