🌈 搜索
📅  最后修改于: 2022-03-11 15:02:55.292000             🧑  作者: Mango
//This is another loop mixed with timer. i++ if(i < 12) { setTimeout(Loop, 1000) } else { alert("You're out") }