Frontend
Interviews
.dev
Problems
622. Class Declaration Temporal Dead Zone
Easy
•
...
Predict the behavior.
console
.
log
(
typeof
A
)
class
A
{
}
What is the correct output/behavior?
function
undefined
ReferenceError
object
Submit Answer
Reveal Answer
Select an option and submit your answer.
Next Problem
Auto-advance on correct answer