2016년 2월 20일 토요일

[javascript] setInterval()

setInterval(loop, 1000/60);

function loop() {
    console.log("hey");
}


댓글 없음:

댓글 쓰기