BPBhavesh Patilinblog.bhaveshp.dev·Jan 22, 2023 · 4 min readSimple Digital Clock using JavascriptA friend of mine, Usman, challenged me to construct a digital clock some time ago. I accepted and triumphantly accomplished the task. This article will delve into the specifics of the clock's design and my personal experience. Live Site: https://digi...01A
BPBhavesh Patilinblog.bhaveshp.dev·Dec 31, 2022 · 5 min readStopwatch using JavaScriptLive Site: https://stopwatch.bhaveshp.dev/ This article contains a step by step by guide on creating a stopwatch using javascript. Create HTML file Create CSS file Create JavaScript file If you want to check out and improve on my work, please go...03AU