Frontend
Interviews
.dev
Problems
666. Promise.then with Non-function Handler
Easy
•
...
Predict the output.
Promise
.
resolve
(
2
)
.
then
(
3
)
.
then
(
console
.
log
)
What is printed in the console?
2
3
undefined
TypeError
Submit Answer
Reveal Answer
Select an option and submit your answer.
Next Problem
Auto-advance on correct answer