Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

setTilme out js

//The global setTimeout() method sets a timer which executes
//a function or specified piece of code once the timer expires.

//example 
 setTimeout(() => {console.log("this is the first message")}, 5000);
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #setTilme #js
ADD COMMENT
Topic
Name
4+1 =