Q. Which function is used to delay execution of code by a given time?
β
Correct Answer: (A)
setTimeout()
Explanation: setTimeout executes code after a specified number of milliseconds.