How to set timer for each question in javascript? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to set timer for each question in javascript?

16th Sep 2017, 7:37 AM
rahul
rahul - avatar
4 Antworten
+ 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