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.
As additional parameters after the delay value.
Both a) and b)
By specifying them in an object format.