The setTimeout()  method calls a function after a specified time provided in milliseconds. This method takes a function as a first argument and time in milliseconds as the second argument. You can write your logic inside the function body which will execute after the time you have specified.

#javascript #web-development #javascript-tips

The setTimeout and SetInterval Methods in JavaScript
1.80 GEEK