//This is another loop mixed with timer. i++ if(i < 12) { setTimeout(Loop, 1000) } else { alert("You're out") }