Which of the following is a true statement regarding the relationship between Promises and callback functions?
A Promise cannot be used in conjunction with a callback.
A Promise is used to monitor the value of a variable A callback retrieves the previous value of a variable.
A Promise is a returned object to which the developer can attach callbacks instead of passing callbacks to a function.
A Promise is an object a developer can use to pass callbacks to functions.
Submit