Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

set timeout

setTimeout(function(){
    console.log("Executed after 1 second");
}, 1000);
Source by alvarotrigo.com #
 
PREVIOUS NEXT
Tagged: #set #timeout
ADD COMMENT
Topic
Name
7+1 =