Frontend
Interviews
.dev
Problems
618. Promise finally Return Value
Easy
•
...
Predict the output.
Promise
.
resolve
(
'A'
)
.
finally
(
(
)
=>
'B'
)
.
then
(
console
.
log
)
What is the correct output/behavior?
A
B
undefined
TypeError
Submit Answer
Reveal Answer
Select an option and submit your answer.
Next Problem
Auto-advance on correct answer