MCQ
Which function is used to execute a function after a specified delay?
Explanation
setTimeout() executes a function once after a delay, while setInterval() repeats it.