How to set timer for each question in javascript? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to set timer for each question in javascript?

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