Q. What is the role of clearTimeout()?
β
Correct Answer: (A)
Cancels a timer set by setTimeout()
Explanation: clearTimeout cancels a timeout previously established by setTimeout().