Q. Which function is used to execute a function once after a delay?
β
Correct Answer: (A)
setTimeout()
Explanation: setTimeout() runs a function once after the specified number of milliseconds.