How to set timer for each question in javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to set timer for each question in javascript?

16th Sep 2017, 7:37 AM
rahul
rahul - avatar
4 Answers
+ 4
var timer = setInterval( function name() { // code goes here }, 1000);
16th Sep 2017, 8:11 AM
Amethyst Animion
Amethyst Animion - avatar
16th Sep 2017, 9:35 AM
Calviղ
Calviղ - avatar
0
thanks
16th Sep 2017, 8:23 AM
rahul
rahul - avatar
0
I will try it soon
16th Sep 2017, 8:23 AM
rahul
rahul - avatar