What is a “callback” function?
a function passed into another function as an argument
Besides adding an event listener callback function to an element or the document, what is one way to delay the execution of a JavaScript function until some point in the future?
setTimeout
What is the default time delay if you omit the delay parameter from setTimeout() or setInterval()?
zero
What do setTimeout() and setInterval() return?
an integer
What do setTimeout() and setInterval() return?
an integer/numberID