Код: Выделить всё
function myFunction() {
setInterval(function(){
function test()
}, 3000);
}
function test() {
console.log ("Hello")
}
Подробнее здесь: https://stackoverflow.com/questions/676 ... -glitching
Код: Выделить всё
function myFunction() {
setInterval(function(){
function test()
}, 3000);
}
function test() {
console.log ("Hello")
}