Frontend
Interviews
.dev
Problems
611. typeof null Quirk
Easy
•
...
Predict the output.
console
.
log
(
typeof
null
)
What is the correct output/behavior?
null
object
undefined
boolean
Submit Answer
Reveal Answer
Select an option and submit your answer.
Next Problem
Auto-advance on correct answer