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