setInterval()
This function execute a function in given interval.
clearInterval()
This function remove the object of setInterval()
setTimeout()
This function execute a function after the time lapse.
clearTimeout()
This function remove the object of setTimeout()