how do i use localstorage on a countdown timer with user input using JS – Javascript
I created the code below for a countdowntimer which uses user input. The code has 2 pages one page displays the count down (index page) and in the other page user enters details (details page). Although the code runs, the…