What method is used to cancel a timer created with setInterval?
setInterval
cancelInterval()
clearInterval()
stopInterval()
removeInterval()