JS - 3 simple DOM projects with writeup and key concepts
P01 : Counter App
Problem statement : make a simple counter app, where you click an 'increment' button and a counter counts up from 0. If you press the 'save' button counter resets to 0 again but the
javascriptfromscratch.hashnode.dev10 min read