What is the purpose of the setTimeout() function in JavaScript?
setTimeout()
Repeats the execution of a function.
Delays the execution of a function.
Clears the timeout interval.
Executes a function immediately.