exercise6.js Create a counter that starts from 0 when the page loads, and keeps counting up at a rate of 1 count per sec
Posted: Tue Jul 05, 2022 10:19 am
exercise6.js Create a counter that starts from 0 when the pageloads, and keeps counting up at a rate of 1 count per second. Itstarts when the mouse button is clicked, then stops when the mousebutton is clicked again.