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