“setimout” Kode Jawaban

JavaScript SetTimeout

setTimeout(function(){
 	alert("Sup!"); 
}, 2000);//wait 2 seconds
Grepper

setimout

// fire MyFunction every 2 seconds
setTimeout(function () {
  MyFunction();
}, 2000);
the preacher

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya