How can you pass arguments to the function executed by setTimeout or setInterval?
setTimeout
setInterval
By using an anonymous function that wraps the desired function call.
Both a) and b)
By specifying them in an object format.
As additional parameters after the delay value.