Question 7
Which of the following is correct regarding the finally block of Promise?
It allows scheduling a function after the promise is rejected.
It allows scheduling a function after the promise is resolved.
It allows scheduling a function when promise is either fulfilled or rejected.
None of these