Q. Which function executes a function after a specified time?
β
Correct Answer: (C)
setTimeout()
Explanation: setTimeout() executes a function once after the delay.