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