Science, asked by Ananyasingh1915, 10 months ago

What is “setTimeout” method used for

Answers

Answered by smiley2609
0

The setTimeout() method calls a function or evaluates an expression after a specified number of milliseconds. Tip: The function is only executed once. If you need to repeat execution, use the setInterval() method. Tip: Use the clearTimeout() method to prevent the function from running.

Similar questions