Q. Which function is used to delay code repeatedly at intervals?
β
Correct Answer: (A)
setInterval()
Explanation: setInterval() repeatedly calls a function at specified intervals.