Answers for "how to set a timeout in a function call in javasxript"

150

javascript settimeout

setTimeout(function(){
 	alert("Sup!"); 
}, 2000);//wait 2 seconds
Posted by: Guest on June-27-2019

Code answers related to "how to set a timeout in a function call in javasxript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language