FrontendInterviews.dev

622. Class Declaration Temporal Dead Zone

Easy•

Predict the behavior.

console.log(typeof A)
class A {}

What is the correct output/behavior?

Select an option and submit your answer.
Next Problem