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