Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how create a delay for html js

console.log("Hello");
setTimeout(() => {  console.log("World!"); }, 2000);
Source by www.sitepoint.com #
 
PREVIOUS NEXT
Tagged: #create #delay #html #js
ADD COMMENT
Topic
Name
6+8 =