Is there any way to run more than one setInterval () at the same time? Home
In my code, if I run the interval twice, the program goes into infinite loop, and on the console I get:
[1,2,3,4,5]
[1,2,3,4,5,6]
[1,2,3,4,5,6,7]
[1,2,3,4,5,6,7,8 .....
asked by
11.04.2017 / 21:13