본문 바로가기

Programming/JavaScript

setTimeout - 함수 한번만 실행하기

setTimeout(function(){

//

clearInterval(interval);

}, 1000);