What method is used to cancel a timer set with setTimeout?
setTimeout
clearInterval()
cancelTimeout()
clearTimeout()
stopTimeout()