What method is used to schedule a single execution of a function after a specific time?
clearInterval()
clearTimeout()
setInterval()
setTimeout()