Display undefined in the console, by calling the reject() function with the value "Ann".
undefined
reject()
"Ann"
Make sure to type reject("Ann");.
reject("Ann");