Q. Which is the function that calls another function after a time interval?
β
Correct Answer: (A)
setTimeout()
Explanation: The setTimeout(function, duration) calls function after duration milliseconds from now.