What method is used to stop an interval created with setInterval?
setInterval
clearInterval()
pauseInterval()
stopInterval()
cancelInterval()