Which of the following methods can be used to achieve a recursive setTimeout?
setTimeout
setInterval
Neither setInterval nor setTimeout can be used.
Both setInterval and setTimeout can be used.