How To Make Stopwatch In JavaScript Or Any Language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How To Make Stopwatch In JavaScript Or Any Language

i Want To Make a Quiz website in which i would use that please help me us

13th Feb 2021, 7:25 AM
sumit Ke Vines
sumit Ke Vines - avatar
1 Answer
+ 2
There are a lot of examples at: https://www.sololearn.com/Codes?ordering=MostRecent&query=stopwatch Another example with more explanation is at: https://tinloof.com/blog/how-to-build-a-stopwatch-with-html-css-js-react-part-2/ That is for use in ReactJS which you're probably not using, though. A plugin/library is here: https://demo.mobiscroll.com/jquery/timer/stopwatch# mobiscroll isn't completely free and open source, though. They provide only the minified version for free. If I were you, I would take a working example with code and trim it down to serve your needs. This way you make it look exactly the way you want and will make sure it fits with the look and feel of your website. I'd then isolate it from the rest of your JavaScript and CSS code a bit like a third party library.
13th Feb 2021, 2:44 PM
Josh Greig
Josh Greig - avatar